#6827DE

Color #6827DE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6827DE

Tints of Purple Heart #6827DE

Color information

#6827DE (or 0x6827DE) is unknown color: approx Purple Heart. HEX triplet: 68, 27 and DE. RGB value is (104,39,222). Sum of RGB (Red+Green+Blue) = 104+39+222=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #6827DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6827DE is #97D821. Grayscale: #4E4E4E. Windows color (decimal): -9951266 or 14559080. OLE color: 14559080.

HSL color Cylindrical-coordinate representation of color #6827DE: hue angle of 261.31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6827DE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10439222-
CMYK0.530.8200.13
HSL261.31º73.49%51.18%-
HSV(B)261.31º82.43%87.06%-
XYZ19.629.6769.94-
YUV79.3208.53145.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 39 (15.62% from 255) = 10.68%
BLUE value IS 222 (87.11% from 255) = 60.82%
R=28.49%
G=10.68%
B=60.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104392220.530.8200.13261.3173.4951.18
Hex6827DE35520D1054933
Octal150473366512201540511163
Binary1101000100111110111101101011010010011011000001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6827DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6827DE; }

 p { color: rgb(104,39,222); }

 H1.HeaderClassName
 {
   color: #6827DE;
 }
 .AnyTagClassName
 {
   color: #6827DE;
 }
</style>
background-color css

<style>
 a { background-color: #6827DE; }

 a { background-color: rgb(104,39,222); }

 div.DivClassName
 {
   background-color: #6827DE;
 }
 .BgClassName
 {
   background-color: #6827DE;
 }
</style>
border-color css

<style>
 span { border-color: #6827DE; }

 span { border-color: rgb(104,39,222); }

 td.TdClassName
 {
   border-color: #6827DE;
 }
 .TagClassName
 {
   border-color: #6827DE;
 }
</style>