Html Css Color HEX #6A24BE Purple Heart

📋 copy color: '#6A24BE'

red 106 ◦ green 36 ◦ blue 190

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

Shades of Purple Heart #6A24BE

Tints of Purple Heart #6A24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 31.93%
G = 10.84%
B = 57.23%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A24BE (or 0x6A24BE) is known color: Purple Heart. HEX triplet: 6A, 24 and BE. RGB value is (106,36,190). Sum of RGB (Red+Green+Blue) = 106+36+190=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A24BE is #95DB41. Grayscale: #494949. Windows color (decimal): -9820994 or 12461162. OLE color: 12461162.

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

Color convert

RGB 106 36 190 -
CMYK 0.44 0.81 0 0.25
HSL 267.27º 0.68% 0.44% -
HSV(B) 267.27º 0.81% 0.75% -
XYZ 15.87 8.04 49.43 -
YUV 74.49 193.19 150.48 -
System Red Green Blue C M Y K H S L
Decimal 106 36 190 0.44 0.81 0 0.25 267.27 0.68 0.44
Hex 6A 24 BE 2C 51 0 19 10B 44 2C
Octal 152 44 276 54 121 0 31 413 104 54
Binary 1101010 100100 10111110 101100 1010001 0 11001 100001011 1000100 101100

Color Harmonies of #6A24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A24BE

Black with #6A24BE

Text Example


Text Example

White with #6A24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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