Html Css Color HEX #6220DD Purple Heart

📋 copy color: '#6220DD'

red 98 ◦ green 32 ◦ blue 221

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

Shades of Purple Heart #6220DD

Tints of Purple Heart #6220DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 27.92%
G = 9.12%
B = 62.96%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6220DD (or 0x6220DD) is known color: Purple Heart. HEX triplet: 62, 20 and DD. RGB value is (98,32,221). Sum of RGB (Red+Green+Blue) = 98+32+221=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #6220DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220DD is #9DDF22. Grayscale: #484848. Windows color (decimal): -10346275 or 14491746. OLE color: 14491746.

HSL color Cylindrical-coordinate representation of color #6220DD: hue angle of 260.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6220DD is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 32 221 -
CMYK 0.56 0.86 0 0.13
HSL 260.95º 0.75% 0.5% -
HSV(B) 260.95º 0.86% 0.87% -
XYZ 18.6 8.85 69.13 -
YUV 73.28 211.37 145.63 -
System Red Green Blue C M Y K H S L
Decimal 98 32 221 0.56 0.86 0 0.13 260.95 0.75 0.5
Hex 62 20 DD 38 56 0 D 105 4B 32
Octal 142 40 335 70 126 0 15 405 113 62
Binary 1100010 100000 11011101 111000 1010110 0 1101 100000101 1001011 110010

Color Harmonies of #6220DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220DD

Black with #6220DD

Text Example


Text Example

White with #6220DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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