Html Css Color HEX #6406AF Purple Heart

📋 copy color: '#6406AF'

red 100 ◦ green 6 ◦ blue 175

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

Shades of Purple Heart #6406AF

Tints of Purple Heart #6406AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 35.59%
G = 2.14%
B = 62.28%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6406AF (or 0x6406AF) is known color: Purple Heart. HEX triplet: 64, 06 and AF. RGB value is (100,6,175). Sum of RGB (Red+Green+Blue) = 100+6+175=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #6406AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6406AF is #9BF950. Grayscale: #343434. Windows color (decimal): -10221905 or 11470436. OLE color: 11470436.

HSL color Cylindrical-coordinate representation of color #6406AF: hue angle of 273.37º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6406AF is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 6 175 -
CMYK 0.43 0.97 0 0.31
HSL 273.37º 0.93% 0.35% -
HSV(B) 273.37º 0.97% 0.69% -
XYZ 13.06 5.93 41.01 -
YUV 53.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 100 6 175 0.43 0.97 0 0.31 273.37 0.93 0.35
Hex 64 6 AF 2B 61 0 1F 111 5D 23
Octal 144 6 257 53 141 0 37 421 135 43
Binary 1100100 110 10101111 101011 1100001 0 11111 100010001 1011101 100011

Color Harmonies of #6406AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6406AF

Black with #6406AF

Text Example


Text Example

White with #6406AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6406AF; }

 p { color: rgb(100,6,175); }

 H1.HeaderClassName
 {
   color: #6406AF;
 }
 .AnyTagClassName
 {
   color: #6406AF;
 }
</style>

background-color css

<style>
 a { background-color: #6406AF; }

 a { background-color: rgb(100,6,175); }

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

border-color css

<style>
 span { border-color: #6406AF; }

 span { border-color: rgb(100,6,175); }

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