Html Css Color HEX #6220AF Purple Heart

📋 copy color: '#6220AF'

red 98 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #6220AF

Tints of Purple Heart #6220AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 32.13%
G = 10.49%
B = 57.38%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6220AF (or 0x6220AF) is known color: Purple Heart. HEX triplet: 62, 20 and AF. RGB value is (98,32,175). Sum of RGB (Red+Green+Blue) = 98+32+175=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #6220AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6220AF is #9DDF50. Grayscale: #434343. Windows color (decimal): -10346321 or 11477090. OLE color: 11477090.

HSL color Cylindrical-coordinate representation of color #6220AF: hue angle of 267.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6220AF is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 32 175 -
CMYK 0.44 0.82 0 0.31
HSL 267.69º 0.69% 0.41% -
HSV(B) 267.69º 0.82% 0.69% -
XYZ 13.29 6.72 41.15 -
YUV 68.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 98 32 175 0.44 0.82 0 0.31 267.69 0.69 0.41
Hex 62 20 AF 2C 52 0 1F 10C 45 29
Octal 142 40 257 54 122 0 37 414 105 51
Binary 1100010 100000 10101111 101100 1010010 0 11111 100001100 1000101 101001

Color Harmonies of #6220AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220AF

Black with #6220AF

Text Example


Text Example

White with #6220AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6220AF; }

 p { color: rgb(98,32,175); }

 H1.HeaderClassName
 {
   color: #6220AF;
 }
 .AnyTagClassName
 {
   color: #6220AF;
 }
</style>

background-color css

<style>
 a { background-color: #6220AF; }

 a { background-color: rgb(98,32,175); }

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

border-color css

<style>
 span { border-color: #6220AF; }

 span { border-color: rgb(98,32,175); }

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