Html Css Color HEX #6A15AC Purple Heart

📋 copy color: '#6A15AC'

red 106 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #6A15AC

Tints of Purple Heart #6A15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

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

R = 35.45%
G = 7.02%
B = 57.53%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A15AC (or 0x6A15AC) is known color: Purple Heart. HEX triplet: 6A, 15 and AC. RGB value is (106,21,172). Sum of RGB (Red+Green+Blue) = 106+21+172=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A15AC is #95EA53. Grayscale: #3F3F3F. Windows color (decimal): -9824852 or 11277674. OLE color: 11277674.

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

Color convert

RGB 106 21 172 -
CMYK 0.38 0.88 0 0.33
HSL 273.77º 0.78% 0.38% -
HSV(B) 273.77º 0.88% 0.67% -
XYZ 13.66 6.58 39.58 -
YUV 63.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 106 21 172 0.38 0.88 0 0.33 273.77 0.78 0.38
Hex 6A 15 AC 26 58 0 21 112 4E 26
Octal 152 25 254 46 130 0 41 422 116 46
Binary 1101010 10101 10101100 100110 1011000 0 100001 100010010 1001110 100110

Color Harmonies of #6A15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A15AC

Black with #6A15AC

Text Example


Text Example

White with #6A15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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