Html Css Color HEX #6C28DD Purple Heart

📋 copy color: '#6C28DD'

red 108 ◦ green 40 ◦ blue 221

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

Shades of Purple Heart #6C28DD

Tints of Purple Heart #6C28DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 29.27%
G = 10.84%
B = 59.89%

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

#6C28DD (or 0x6C28DD) is known color: Purple Heart. HEX triplet: 6C, 28 and DD. RGB value is (108,40,221). Sum of RGB (Red+Green+Blue) = 108+40+221=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C28DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C28DD is #93D722. Grayscale: #505050. Windows color (decimal): -9688867 or 14493804. OLE color: 14493804.

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

Color convert

RGB 108 40 221 -
CMYK 0.51 0.82 0 0.13
HSL 262.54º 0.73% 0.51% -
HSV(B) 262.54º 0.82% 0.87% -
XYZ 19.99 9.93 69.27 -
YUV 80.97 207.03 147.28 -
System Red Green Blue C M Y K H S L
Decimal 108 40 221 0.51 0.82 0 0.13 262.54 0.73 0.51
Hex 6C 28 DD 33 52 0 D 107 49 33
Octal 154 50 335 63 122 0 15 407 111 63
Binary 1101100 101000 11011101 110011 1010010 0 1101 100000111 1001001 110011

Color Harmonies of #6C28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C28DD

Black with #6C28DD

Text Example


Text Example

White with #6C28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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