Html Css Color HEX #6409CF Purple Heart

📋 copy color: '#6409CF'

red 100 ◦ green 9 ◦ blue 207

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

Shades of Purple Heart #6409CF

Tints of Purple Heart #6409CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 31.65%
G = 2.85%
B = 65.51%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6409CF (or 0x6409CF) is known color: Purple Heart. HEX triplet: 64, 09 and CF. RGB value is (100,9,207). Sum of RGB (Red+Green+Blue) = 100+9+207=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #6409CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409CF is #9BF630. Grayscale: #3A3A3A. Windows color (decimal): -10221105 or 13568356. OLE color: 13568356.

HSL color Cylindrical-coordinate representation of color #6409CF: hue angle of 267.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409CF is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 9 207 -
CMYK 0.52 0.96 0 0.19
HSL 267.58º 0.92% 0.42% -
HSV(B) 267.58º 0.96% 0.81% -
XYZ 16.62 7.41 59.59 -
YUV 58.78 211.65 157.4 -
System Red Green Blue C M Y K H S L
Decimal 100 9 207 0.52 0.96 0 0.19 267.58 0.92 0.42
Hex 64 9 CF 34 60 0 13 10C 5C 2A
Octal 144 11 317 64 140 0 23 414 134 52
Binary 1100100 1001 11001111 110100 1100000 0 10011 100001100 1011100 101010

Color Harmonies of #6409CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6409CF

Black with #6409CF

Text Example


Text Example

White with #6409CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6409CF; }

 p { color: rgb(100,9,207); }

 H1.HeaderClassName
 {
   color: #6409CF;
 }
 .AnyTagClassName
 {
   color: #6409CF;
 }
</style>

background-color css

<style>
 a { background-color: #6409CF; }

 a { background-color: rgb(100,9,207); }

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

border-color css

<style>
 span { border-color: #6409CF; }

 span { border-color: rgb(100,9,207); }

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