Html Css Color HEX #6405AF Purple Heart

📋 copy color: '#6405AF'

red 100 ◦ green 5 ◦ blue 175

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

Shades of Purple Heart #6405AF

Tints of Purple Heart #6405AF

RGB

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

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

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

R = 35.71%
G = 1.79%
B = 62.5%

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

#6405AF (or 0x6405AF) is known color: Purple Heart. HEX triplet: 64, 05 and AF. RGB value is (100,5,175). Sum of RGB (Red+Green+Blue) = 100+5+175=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #6405AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6405AF is #9BFA50. Grayscale: #343434. Windows color (decimal): -10222161 or 11470180. OLE color: 11470180.

HSL color Cylindrical-coordinate representation of color #6405AF: hue angle of 273.53º degrees, saturation: 0.94, 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 #6405AF is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 5 175 -
CMYK 0.43 0.97 0 0.31
HSL 273.53º 0.94% 0.35% -
HSV(B) 273.53º 0.97% 0.69% -
XYZ 13.05 5.91 41.01 -
YUV 52.79 196.97 161.68 -
System Red Green Blue C M Y K H S L
Decimal 100 5 175 0.43 0.97 0 0.31 273.53 0.94 0.35
Hex 64 5 AF 2B 61 0 1F 112 5E 23
Octal 144 5 257 53 141 0 37 422 136 43
Binary 1100100 101 10101111 101011 1100001 0 11111 100010010 1011110 100011

Color Harmonies of #6405AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405AF

Black with #6405AF

Text Example


Text Example

White with #6405AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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