Html Css Color HEX #6842CB Purple Heart

📋 copy color: '#6842CB'

red 104 ◦ green 66 ◦ blue 203

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

Shades of Purple Heart #6842CB

Tints of Purple Heart #6842CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 27.88%
G = 17.69%
B = 54.42%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6842CB (or 0x6842CB) is known color: Purple Heart. HEX triplet: 68, 42 and CB. RGB value is (104,66,203). Sum of RGB (Red+Green+Blue) = 104+66+203=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #6842CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842CB is #97BD34. Grayscale: #5C5C5C. Windows color (decimal): -9944373 or 13320808. OLE color: 13320808.

HSL color Cylindrical-coordinate representation of color #6842CB: hue angle of 256.64º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6842CB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 66 203 -
CMYK 0.49 0.67 0 0.20
HSL 256.64º 0.57% 0.53% -
HSV(B) 256.64º 0.67% 0.8% -
XYZ 18.44 11.15 57.68 -
YUV 92.98 190.09 135.86 -
System Red Green Blue C M Y K H S L
Decimal 104 66 203 0.49 0.67 0 0.20 256.64 0.57 0.53
Hex 68 42 CB 31 43 0 14 101 39 35
Octal 150 102 313 61 103 0 24 401 71 65
Binary 1101000 1000010 11001011 110001 1000011 0 10100 100000001 111001 110101

Color Harmonies of #6842CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842CB

Black with #6842CB

Text Example


Text Example

White with #6842CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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