Html Css Color HEX #6222AD Purple Heart

📋 copy color: '#6222AD'

red 98 ◦ green 34 ◦ blue 173

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

Shades of Purple Heart #6222AD

Tints of Purple Heart #6222AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 32.13%
G = 11.15%
B = 56.72%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6222AD (or 0x6222AD) is known color: Purple Heart. HEX triplet: 62, 22 and AD. RGB value is (98,34,173). Sum of RGB (Red+Green+Blue) = 98+34+173=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #6222AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6222AD is #9DDD52. Grayscale: #444444. Windows color (decimal): -10345811 or 11346530. OLE color: 11346530.

HSL color Cylindrical-coordinate representation of color #6222AD: hue angle of 267.63º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6222AD is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 34 173 -
CMYK 0.43 0.80 0 0.32
HSL 267.63º 0.67% 0.41% -
HSV(B) 267.63º 0.8% 0.68% -
XYZ 13.15 6.76 40.15 -
YUV 68.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 98 34 173 0.43 0.80 0 0.32 267.63 0.67 0.41
Hex 62 22 AD 2B 50 0 20 10C 43 29
Octal 142 42 255 53 120 0 40 414 103 51
Binary 1100010 100010 10101101 101011 1010000 0 100000 100001100 1000011 101001

Color Harmonies of #6222AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6222AD

Black with #6222AD

Text Example


Text Example

White with #6222AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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