Html Css Color HEX #6221AE Purple Heart

📋 copy color: '#6221AE'

red 98 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #6221AE

Tints of Purple Heart #6221AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 32.13%
G = 10.82%
B = 57.05%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6221AE (or 0x6221AE) is known color: Purple Heart. HEX triplet: 62, 21 and AE. RGB value is (98,33,174). Sum of RGB (Red+Green+Blue) = 98+33+174=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #6221AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6221AE is #9DDE51. Grayscale: #444444. Windows color (decimal): -10346066 or 11411810. OLE color: 11411810.

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

Color convert

RGB 98 33 174 -
CMYK 0.44 0.81 0 0.32
HSL 267.66º 0.68% 0.41% -
HSV(B) 267.66º 0.81% 0.68% -
XYZ 13.22 6.74 40.65 -
YUV 68.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 98 33 174 0.44 0.81 0 0.32 267.66 0.68 0.41
Hex 62 21 AE 2C 51 0 20 10C 44 29
Octal 142 41 256 54 121 0 40 414 104 51
Binary 1100010 100001 10101110 101100 1010001 0 100000 100001100 1000100 101001

Color Harmonies of #6221AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6221AE

Black with #6221AE

Text Example


Text Example

White with #6221AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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