Html Css Color HEX #6842CE Purple Heart

📋 copy color: '#6842CE'

red 104 ◦ green 66 ◦ blue 206

#6842CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6842CE

Tints of Purple Heart #6842CE

RGB

 RED value IS 104 (41.02% from 255) = 27.66%

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 27.66%
G = 17.55%
B = 54.79%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6842CE (or 0x6842CE) is known color: Purple Heart. HEX triplet: 68, 42 and CE. RGB value is (104,66,206). Sum of RGB (Red+Green+Blue) = 104+66+206=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #6842CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842CE is #97BD31. Grayscale: #5C5C5C. Windows color (decimal): -9944370 or 13517416. OLE color: 13517416.

HSL color Cylindrical-coordinate representation of color #6842CE: hue angle of 256.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6842CE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 66 206 -
CMYK 0.50 0.68 0 0.19
HSL 256.29º 0.59% 0.53% -
HSV(B) 256.29º 0.68% 0.81% -
XYZ 18.8 11.3 59.58 -
YUV 93.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 104 66 206 0.50 0.68 0 0.19 256.29 0.59 0.53
Hex 68 42 CE 32 44 0 13 100 3B 35
Octal 150 102 316 62 104 0 23 400 73 65
Binary 1101000 1000010 11001110 110010 1000100 0 10011 100000000 111011 110101

Color Harmonies of #6842CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842CE

Black with #6842CE

Text Example


Text Example

White with #6842CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6842CE; }

 p { color: rgb(104,66,206); }

 H1.HeaderClassName
 {
   color: #6842CE;
 }
 .AnyTagClassName
 {
   color: #6842CE;
 }
</style>

background-color css

<style>
 a { background-color: #6842CE; }

 a { background-color: rgb(104,66,206); }

 div.DivClassName
 {
   background-color: #6842CE;
 }
 .BgClassName
 {
   background-color: #6842CE;
 }
</style>

border-color css

<style>
 span { border-color: #6842CE; }

 span { border-color: rgb(104,66,206); }

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