Html Css Color HEX #6224AD Purple Heart

📋 copy color: '#6224AD'

red 98 ◦ green 36 ◦ blue 173

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

Shades of Purple Heart #6224AD

Tints of Purple Heart #6224AD

RGB

 RED value IS 98 (38.67% from 255) = 31.92%

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

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

R = 31.92%
G = 11.73%
B = 56.35%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6224AD (or 0x6224AD) is known color: Purple Heart. HEX triplet: 62, 24 and AD. RGB value is (98,36,173). Sum of RGB (Red+Green+Blue) = 98+36+173=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #6224AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6224AD is #9DDB52. Grayscale: #454545. Windows color (decimal): -10345299 or 11347042. OLE color: 11347042.

HSL color Cylindrical-coordinate representation of color #6224AD: hue angle of 267.15º 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 #6224AD is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 36 173 -
CMYK 0.43 0.79 0 0.32
HSL 267.15º 0.66% 0.41% -
HSV(B) 267.15º 0.79% 0.68% -
XYZ 13.21 6.88 40.17 -
YUV 70.16 186.04 147.86 -
System Red Green Blue C M Y K H S L
Decimal 98 36 173 0.43 0.79 0 0.32 267.15 0.66 0.41
Hex 62 24 AD 2B 4F 0 20 10B 42 29
Octal 142 44 255 53 117 0 40 413 102 51
Binary 1100010 100100 10101101 101011 1001111 0 100000 100001011 1000010 101001

Color Harmonies of #6224AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6224AD

Black with #6224AD

Text Example


Text Example

White with #6224AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6224AD; }

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

 H1.HeaderClassName
 {
   color: #6224AD;
 }
 .AnyTagClassName
 {
   color: #6224AD;
 }
</style>

background-color css

<style>
 a { background-color: #6224AD; }

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

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

border-color css

<style>
 span { border-color: #6224AD; }

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

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