Html Css Color HEX #6A24AC Purple Heart

📋 copy color: '#6A24AC'

red 106 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #6A24AC

Tints of Purple Heart #6A24AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 33.76%
G = 11.46%
B = 54.78%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A24AC (or 0x6A24AC) is known color: Purple Heart. HEX triplet: 6A, 24 and AC. RGB value is (106,36,172). Sum of RGB (Red+Green+Blue) = 106+36+172=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A24AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A24AC is #95DB53. Grayscale: #474747. Windows color (decimal): -9821012 or 11281514. OLE color: 11281514.

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

Color convert

RGB 106 36 172 -
CMYK 0.38 0.79 0 0.33
HSL 270.88º 0.65% 0.41% -
HSV(B) 270.88º 0.79% 0.67% -
XYZ 14.02 7.3 39.7 -
YUV 72.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 106 36 172 0.38 0.79 0 0.33 270.88 0.65 0.41
Hex 6A 24 AC 26 4F 0 21 10F 41 29
Octal 152 44 254 46 117 0 41 417 101 51
Binary 1101010 100100 10101100 100110 1001111 0 100001 100001111 1000001 101001

Color Harmonies of #6A24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A24AC

Black with #6A24AC

Text Example


Text Example

White with #6A24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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