Html Css Color HEX #6411CC Purple Heart

📋 copy color: '#6411CC'

red 100 ◦ green 17 ◦ blue 204

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

Shades of Purple Heart #6411CC

Tints of Purple Heart #6411CC

RGB

 RED value IS 100 (39.45% from 255) = 31.15%

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 31.15%
G = 5.3%
B = 63.55%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6411CC (or 0x6411CC) is known color: Purple Heart. HEX triplet: 64, 11 and CC. RGB value is (100,17,204). Sum of RGB (Red+Green+Blue) = 100+17+204=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #6411CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411CC is #9BEE33. Grayscale: #3E3E3E. Windows color (decimal): -10219060 or 13373796. OLE color: 13373796.

HSL color Cylindrical-coordinate representation of color #6411CC: hue angle of 266.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6411CC is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 17 204 -
CMYK 0.51 0.92 0 0.2
HSL 266.63º 0.85% 0.43% -
HSV(B) 266.63º 0.92% 0.8% -
XYZ 16.36 7.47 57.71 -
YUV 63.14 207.5 154.29 -
System Red Green Blue C M Y K H S L
Decimal 100 17 204 0.51 0.92 0 0.2 266.63 0.85 0.43
Hex 64 11 CC 33 5C 0 14 10B 55 2B
Octal 144 21 314 63 134 0 24 413 125 53
Binary 1100100 10001 11001100 110011 1011100 0 10100 100001011 1010101 101011

Color Harmonies of #6411CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411CC

Black with #6411CC

Text Example


Text Example

White with #6411CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6411CC; }

 p { color: rgb(100,17,204); }

 H1.HeaderClassName
 {
   color: #6411CC;
 }
 .AnyTagClassName
 {
   color: #6411CC;
 }
</style>

background-color css

<style>
 a { background-color: #6411CC; }

 a { background-color: rgb(100,17,204); }

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

border-color css

<style>
 span { border-color: #6411CC; }

 span { border-color: rgb(100,17,204); }

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