Html Css Color HEX #6408CD Purple Heart

📋 copy color: '#6408CD'

red 100 ◦ green 8 ◦ blue 205

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

Shades of Purple Heart #6408CD

Tints of Purple Heart #6408CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 31.95%
G = 2.56%
B = 65.5%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6408CD (or 0x6408CD) is known color: Purple Heart. HEX triplet: 64, 08 and CD. RGB value is (100,8,205). Sum of RGB (Red+Green+Blue) = 100+8+205=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #6408CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6408CD is #9BF732. Grayscale: #393939. Windows color (decimal): -10221363 or 13437028. OLE color: 13437028.

HSL color Cylindrical-coordinate representation of color #6408CD: hue angle of 268.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6408CD is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 8 205 -
CMYK 0.51 0.96 0 0.20
HSL 268.02º 0.92% 0.42% -
HSV(B) 268.02º 0.96% 0.8% -
XYZ 16.36 7.29 58.3 -
YUV 57.97 210.98 157.98 -
System Red Green Blue C M Y K H S L
Decimal 100 8 205 0.51 0.96 0 0.20 268.02 0.92 0.42
Hex 64 8 CD 33 60 0 14 10C 5C 2A
Octal 144 10 315 63 140 0 24 414 134 52
Binary 1100100 1000 11001101 110011 1100000 0 10100 100001100 1011100 101010

Color Harmonies of #6408CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6408CD

Black with #6408CD

Text Example


Text Example

White with #6408CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6408CD; }

 p { color: rgb(100,8,205); }

 H1.HeaderClassName
 {
   color: #6408CD;
 }
 .AnyTagClassName
 {
   color: #6408CD;
 }
</style>

background-color css

<style>
 a { background-color: #6408CD; }

 a { background-color: rgb(100,8,205); }

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

border-color css

<style>
 span { border-color: #6408CD; }

 span { border-color: rgb(100,8,205); }

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