Html Css Color HEX #6404AC Purple Heart

📋 copy color: '#6404AC'

red 100 ◦ green 4 ◦ blue 172

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

Shades of Purple Heart #6404AC

Tints of Purple Heart #6404AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 36.23%
G = 1.45%
B = 62.32%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6404AC (or 0x6404AC) is known color: Purple Heart. HEX triplet: 64, 04 and AC. RGB value is (100,4,172). Sum of RGB (Red+Green+Blue) = 100+4+172=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6404AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6404AC is #9BFB53. Grayscale: #333333. Windows color (decimal): -10222420 or 11273316. OLE color: 11273316.

HSL color Cylindrical-coordinate representation of color #6404AC: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404AC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 4 172 -
CMYK 0.42 0.98 0 0.33
HSL 274.29º 0.95% 0.35% -
HSV(B) 274.29º 0.98% 0.67% -
XYZ 12.75 5.77 39.47 -
YUV 51.86 195.8 162.34 -
System Red Green Blue C M Y K H S L
Decimal 100 4 172 0.42 0.98 0 0.33 274.29 0.95 0.35
Hex 64 4 AC 2A 62 0 21 112 5F 23
Octal 144 4 254 52 142 0 41 422 137 43
Binary 1100100 100 10101100 101010 1100010 0 100001 100010010 1011111 100011

Color Harmonies of #6404AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404AC

Black with #6404AC

Text Example


Text Example

White with #6404AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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