Html Css Color HEX #6F24AD Purple Heart

📋 copy color: '#6F24AD'

red 111 ◦ green 36 ◦ blue 173

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

Shades of Purple Heart #6F24AD

Tints of Purple Heart #6F24AD

RGB

 RED value IS 111 (43.75% from 255) = 34.69%

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

 BLUE value IS 173 (67.97% from 255) = 54.06%

R = 34.69%
G = 11.25%
B = 54.06%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F24AD (or 0x6F24AD) is known color: Purple Heart. HEX triplet: 6F, 24 and AD. RGB value is (111,36,173). Sum of RGB (Red+Green+Blue) = 111+36+173=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F24AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F24AD is #90DB52. Grayscale: #494949. Windows color (decimal): -9493331 or 11347055. OLE color: 11347055.

HSL color Cylindrical-coordinate representation of color #6F24AD: hue angle of 272.85º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F24AD is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 36 173 -
CMYK 0.36 0.79 0 0.32
HSL 272.85º 0.66% 0.41% -
HSV(B) 272.85º 0.79% 0.68% -
XYZ 14.73 7.66 40.24 -
YUV 74.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 111 36 173 0.36 0.79 0 0.32 272.85 0.66 0.41
Hex 6F 24 AD 24 4F 0 20 111 42 29
Octal 157 44 255 44 117 0 40 421 102 51
Binary 1101111 100100 10101101 100100 1001111 0 100000 100010001 1000010 101001

Color Harmonies of #6F24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F24AD

Black with #6F24AD

Text Example


Text Example

White with #6F24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,173); }

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

background-color css

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

 a { background-color: rgb(111,36,173); }

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

border-color css

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

 span { border-color: rgb(111,36,173); }

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