Html Css Color HEX #6A24C0 Purple Heart

📋 copy color: '#6A24C0'

red 106 ◦ green 36 ◦ blue 192

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

Shades of Purple Heart #6A24C0

Tints of Purple Heart #6A24C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 31.74%
G = 10.78%
B = 57.49%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A24C0 (or 0x6A24C0) is known color: Purple Heart. HEX triplet: 6A, 24 and C0. RGB value is (106,36,192). Sum of RGB (Red+Green+Blue) = 106+36+192=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A24C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A24C0 is #95DB3F. Grayscale: #4A4A4A. Windows color (decimal): -9820992 or 12592234. OLE color: 12592234.

HSL color Cylindrical-coordinate representation of color #6A24C0: hue angle of 266.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A24C0 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 36 192 -
CMYK 0.45 0.81 0 0.25
HSL 266.92º 0.68% 0.45% -
HSV(B) 266.92º 0.81% 0.75% -
XYZ 16.09 8.13 50.59 -
YUV 74.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 106 36 192 0.45 0.81 0 0.25 266.92 0.68 0.45
Hex 6A 24 C0 2D 51 0 19 10B 44 2D
Octal 152 44 300 55 121 0 31 413 104 55
Binary 1101010 100100 11000000 101101 1010001 0 11001 100001011 1000100 101101

Color Harmonies of #6A24C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A24C0

Black with #6A24C0

Text Example


Text Example

White with #6A24C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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