Html Css Color HEX #6222CD Purple Heart

📋 copy color: '#6222CD'

red 98 ◦ green 34 ◦ blue 205

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

Shades of Purple Heart #6222CD

Tints of Purple Heart #6222CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 29.08%
G = 10.09%
B = 60.83%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6222CD (or 0x6222CD) is known color: Purple Heart. HEX triplet: 62, 22 and CD. RGB value is (98,34,205). Sum of RGB (Red+Green+Blue) = 98+34+205=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #6222CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6222CD is #9DDD32. Grayscale: #484848. Windows color (decimal): -10345779 or 13443682. OLE color: 13443682.

HSL color Cylindrical-coordinate representation of color #6222CD: hue angle of 262.46º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6222CD is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 34 205 -
CMYK 0.52 0.83 0 0.20
HSL 262.46º 0.72% 0.47% -
HSV(B) 262.46º 0.83% 0.8% -
XYZ 16.63 8.15 58.45 -
YUV 72.63 202.7 146.1 -
System Red Green Blue C M Y K H S L
Decimal 98 34 205 0.52 0.83 0 0.20 262.46 0.72 0.47
Hex 62 22 CD 34 53 0 14 106 48 2F
Octal 142 42 315 64 123 0 24 406 110 57
Binary 1100010 100010 11001101 110100 1010011 0 10100 100000110 1001000 101111

Color Harmonies of #6222CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6222CD

Black with #6222CD

Text Example


Text Example

White with #6222CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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