Html Css Color HEX #6C28DE Purple Heart

📋 copy color: '#6C28DE'

red 108 ◦ green 40 ◦ blue 222

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

Shades of Purple Heart #6C28DE

Tints of Purple Heart #6C28DE

RGB

 RED value IS 108 (42.58% from 255) = 29.19%

 GREEN value IS 40 (16.02% from 255) = 10.81%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 29.19%
G = 10.81%
B = 60%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C28DE (or 0x6C28DE) is known color: Purple Heart. HEX triplet: 6C, 28 and DE. RGB value is (108,40,222). Sum of RGB (Red+Green+Blue) = 108+40+222=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C28DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28DE is #93D721. Grayscale: #505050. Windows color (decimal): -9688866 or 14559340. OLE color: 14559340.

HSL color Cylindrical-coordinate representation of color #6C28DE: hue angle of 262.42º 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 #6C28DE is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 40 222 -
CMYK 0.51 0.82 0 0.13
HSL 262.42º 0.73% 0.51% -
HSV(B) 262.42º 0.82% 0.87% -
XYZ 20.13 9.98 69.97 -
YUV 81.08 207.53 147.2 -
System Red Green Blue C M Y K H S L
Decimal 108 40 222 0.51 0.82 0 0.13 262.42 0.73 0.51
Hex 6C 28 DE 33 52 0 D 106 49 33
Octal 154 50 336 63 122 0 15 406 111 63
Binary 1101100 101000 11011110 110011 1010010 0 1101 100000110 1001001 110011

Color Harmonies of #6C28DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C28DE

Black with #6C28DE

Text Example


Text Example

White with #6C28DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C28DE; }

 p { color: rgb(108,40,222); }

 H1.HeaderClassName
 {
   color: #6C28DE;
 }
 .AnyTagClassName
 {
   color: #6C28DE;
 }
</style>

background-color css

<style>
 a { background-color: #6C28DE; }

 a { background-color: rgb(108,40,222); }

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

border-color css

<style>
 span { border-color: #6C28DE; }

 span { border-color: rgb(108,40,222); }

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