Html Css Color HEX #6405D0 Purple Heart

📋 copy color: '#6405D0'

red 100 ◦ green 5 ◦ blue 208

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

Shades of Purple Heart #6405D0

Tints of Purple Heart #6405D0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 208 (81.64% from 255) = 66.45%

R = 31.95%
G = 1.6%
B = 66.45%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6405D0 (or 0x6405D0) is known color: Purple Heart. HEX triplet: 64, 05 and D0. RGB value is (100,5,208). Sum of RGB (Red+Green+Blue) = 100+5+208=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 208 (81.64% from 255 or 66.45% from 313); Max value from RGB is 208 - color contains mainly: blue. Hex color #6405D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405D0 is #9BFA2F. Grayscale: #373737. Windows color (decimal): -10222128 or 13632868. OLE color: 13632868.

HSL color Cylindrical-coordinate representation of color #6405D0: hue angle of 268.08º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405D0 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 5 208 -
CMYK 0.52 0.98 0 0.18
HSL 268.08º 0.95% 0.42% -
HSV(B) 268.08º 0.98% 0.82% -
XYZ 16.69 7.37 60.22 -
YUV 56.55 213.47 158.99 -
System Red Green Blue C M Y K H S L
Decimal 100 5 208 0.52 0.98 0 0.18 268.08 0.95 0.42
Hex 64 5 D0 34 62 0 12 10C 5F 2A
Octal 144 5 320 64 142 0 22 414 137 52
Binary 1100100 101 11010000 110100 1100010 0 10010 100001100 1011111 101010

Color Harmonies of #6405D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405D0

Black with #6405D0

Text Example


Text Example

White with #6405D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6405D0; }

 p { color: rgb(100,5,208); }

 H1.HeaderClassName
 {
   color: #6405D0;
 }
 .AnyTagClassName
 {
   color: #6405D0;
 }
</style>

background-color css

<style>
 a { background-color: #6405D0; }

 a { background-color: rgb(100,5,208); }

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

border-color css

<style>
 span { border-color: #6405D0; }

 span { border-color: rgb(100,5,208); }

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