Html Css Color HEX #6222DD Purple Heart

📋 copy color: '#6222DD'

red 98 ◦ green 34 ◦ blue 221

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

Shades of Purple Heart #6222DD

Tints of Purple Heart #6222DD

RGB

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

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

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

R = 27.76%
G = 9.63%
B = 62.61%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6222DD (or 0x6222DD) is known color: Purple Heart. HEX triplet: 62, 22 and DD. RGB value is (98,34,221). Sum of RGB (Red+Green+Blue) = 98+34+221=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #6222DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222DD is #9DDD22. Grayscale: #494949. Windows color (decimal): -10345763 or 14492258. OLE color: 14492258.

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

Color convert

RGB 98 34 221 -
CMYK 0.56 0.85 0 0.13
HSL 260.53º 0.73% 0.5% -
HSV(B) 260.53º 0.85% 0.87% -
XYZ 18.66 8.96 69.15 -
YUV 74.45 210.7 144.79 -
System Red Green Blue C M Y K H S L
Decimal 98 34 221 0.56 0.85 0 0.13 260.53 0.73 0.5
Hex 62 22 DD 38 55 0 D 105 49 32
Octal 142 42 335 70 125 0 15 405 111 62
Binary 1100010 100010 11011101 111000 1010101 0 1101 100000101 1001001 110010

Color Harmonies of #6222DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6222DD

Black with #6222DD

Text Example


Text Example

White with #6222DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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