Html Css Color HEX #6404AF Purple Heart

📋 copy color: '#6404AF'

red 100 ◦ green 4 ◦ blue 175

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

Shades of Purple Heart #6404AF

Tints of Purple Heart #6404AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 35.84%
G = 1.43%
B = 62.72%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6404AF (or 0x6404AF) is known color: Purple Heart. HEX triplet: 64, 04 and AF. RGB value is (100,4,175). Sum of RGB (Red+Green+Blue) = 100+4+175=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #6404AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6404AF is #9BFB50. Grayscale: #333333. Windows color (decimal): -10222417 or 11469924. OLE color: 11469924.

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

Color convert

RGB 100 4 175 -
CMYK 0.43 0.98 0 0.31
HSL 273.68º 0.96% 0.35% -
HSV(B) 273.68º 0.98% 0.69% -
XYZ 13.04 5.89 41.01 -
YUV 52.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 100 4 175 0.43 0.98 0 0.31 273.68 0.96 0.35
Hex 64 4 AF 2B 62 0 1F 112 60 23
Octal 144 4 257 53 142 0 37 422 140 43
Binary 1100100 100 10101111 101011 1100010 0 11111 100010010 1100000 100011

Color Harmonies of #6404AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404AF

Black with #6404AF

Text Example


Text Example

White with #6404AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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