Html Css Color HEX #6220B4 Purple Heart

📋 copy color: '#6220B4'

red 98 ◦ green 32 ◦ blue 180

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

Shades of Purple Heart #6220B4

Tints of Purple Heart #6220B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.06%

R = 31.61%
G = 10.32%
B = 58.06%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6220B4 (or 0x6220B4) is known color: Purple Heart. HEX triplet: 62, 20 and B4. RGB value is (98,32,180). Sum of RGB (Red+Green+Blue) = 98+32+180=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #6220B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6220B4 is #9DDF4B. Grayscale: #444444. Windows color (decimal): -10346316 or 11804770. OLE color: 11804770.

HSL color Cylindrical-coordinate representation of color #6220B4: hue angle of 266.76º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6220B4 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 32 180 -
CMYK 0.46 0.82 0 0.29
HSL 266.76º 0.7% 0.42% -
HSV(B) 266.76º 0.82% 0.71% -
XYZ 13.79 6.92 43.79 -
YUV 68.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 98 32 180 0.46 0.82 0 0.29 266.76 0.7 0.42
Hex 62 20 B4 2E 52 0 1D 10B 46 2A
Octal 142 40 264 56 122 0 35 413 106 52
Binary 1100010 100000 10110100 101110 1010010 0 11101 100001011 1000110 101010

Color Harmonies of #6220B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220B4

Black with #6220B4

Text Example


Text Example

White with #6220B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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