Html Css Color HEX #6A04AC Purple Heart

📋 copy color: '#6A04AC'

red 106 ◦ green 4 ◦ blue 172

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

Shades of Purple Heart #6A04AC

Tints of Purple Heart #6A04AC

RGB

 RED value IS 106 (41.8% from 255) = 37.59%

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

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

R = 37.59%
G = 1.42%
B = 60.99%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A04AC (or 0x6A04AC) is known color: Purple Heart. HEX triplet: 6A, 04 and AC. RGB value is (106,4,172). Sum of RGB (Red+Green+Blue) = 106+4+172=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A04AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A04AC is #95FB53. Grayscale: #353535. Windows color (decimal): -9829204 or 11273322. OLE color: 11273322.

HSL color Cylindrical-coordinate representation of color #6A04AC: hue angle of 276.43º 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 #6A04AC is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 4 172 -
CMYK 0.38 0.98 0 0.33
HSL 276.43º 0.95% 0.35% -
HSV(B) 276.43º 0.98% 0.67% -
XYZ 13.43 6.13 39.5 -
YUV 53.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 106 4 172 0.38 0.98 0 0.33 276.43 0.95 0.35
Hex 6A 4 AC 26 62 0 21 114 5F 23
Octal 152 4 254 46 142 0 41 424 137 43
Binary 1101010 100 10101100 100110 1100010 0 100001 100010100 1011111 100011

Color Harmonies of #6A04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A04AC

Black with #6A04AC

Text Example


Text Example

White with #6A04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A04AC; }

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

 H1.HeaderClassName
 {
   color: #6A04AC;
 }
 .AnyTagClassName
 {
   color: #6A04AC;
 }
</style>

background-color css

<style>
 a { background-color: #6A04AC; }

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

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

border-color css

<style>
 span { border-color: #6A04AC; }

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

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