Html Css Color HEX #6A10AC Purple Heart

📋 copy color: '#6A10AC'

red 106 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #6A10AC

Tints of Purple Heart #6A10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 36.05%
G = 5.44%
B = 58.5%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A10AC (or 0x6A10AC) is known color: Purple Heart. HEX triplet: 6A, 10 and AC. RGB value is (106,16,172). Sum of RGB (Red+Green+Blue) = 106+16+172=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A10AC is #95EF53. Grayscale: #3C3C3C. Windows color (decimal): -9826132 or 11276394. OLE color: 11276394.

HSL color Cylindrical-coordinate representation of color #6A10AC: hue angle of 274.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A10AC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 16 172 -
CMYK 0.38 0.91 0 0.33
HSL 274.62º 0.83% 0.37% -
HSV(B) 274.62º 0.91% 0.67% -
XYZ 13.58 6.41 39.55 -
YUV 60.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 106 16 172 0.38 0.91 0 0.33 274.62 0.83 0.37
Hex 6A 10 AC 26 5B 0 21 113 53 25
Octal 152 20 254 46 133 0 41 423 123 45
Binary 1101010 10000 10101100 100110 1011011 0 100001 100010011 1010011 100101

Color Harmonies of #6A10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A10AC

Black with #6A10AC

Text Example


Text Example

White with #6A10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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