Html Css Color HEX #6221AD Purple Heart

📋 copy color: '#6221AD'

red 98 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #6221AD

Tints of Purple Heart #6221AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 32.24%
G = 10.86%
B = 56.91%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6221AD (or 0x6221AD) is known color: Purple Heart. HEX triplet: 62, 21 and AD. RGB value is (98,33,173). Sum of RGB (Red+Green+Blue) = 98+33+173=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #6221AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6221AD is #9DDE52. Grayscale: #434343. Windows color (decimal): -10346067 or 11346274. OLE color: 11346274.

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

Color convert

RGB 98 33 173 -
CMYK 0.43 0.81 0 0.32
HSL 267.86º 0.68% 0.4% -
HSV(B) 267.86º 0.81% 0.68% -
XYZ 13.12 6.7 40.14 -
YUV 68.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 98 33 173 0.43 0.81 0 0.32 267.86 0.68 0.4
Hex 62 21 AD 2B 51 0 20 10C 44 28
Octal 142 41 255 53 121 0 40 414 104 50
Binary 1100010 100001 10101101 101011 1010001 0 100000 100001100 1000100 101000

Color Harmonies of #6221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6221AD

Black with #6221AD

Text Example


Text Example

White with #6221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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