Html Css Color HEX #62215B Palatinate Purple

📋 copy color: '#62215B'

red 98 ◦ green 33 ◦ blue 91

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

Shades of Palatinate Purple #62215B

Tints of Palatinate Purple #62215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 44.14%
G = 14.86%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62215B (or 0x62215B) is known color: Palatinate Purple. HEX triplet: 62, 21 and 5B. RGB value is (98,33,91). Sum of RGB (Red+Green+Blue) = 98+33+91=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215B is #9DDEA4. Grayscale: #3A3A3A. Windows color (decimal): -10346149 or 5972322. OLE color: 5972322.

HSL color Cylindrical-coordinate representation of color #62215B: hue angle of 306.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62215B is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 91 -
CMYK 0 0.66 0.07 0.62
HSL 306.46º 0.5% 0.26% -
HSV(B) 306.46º 0.66% 0.38% -
XYZ 7.47 4.44 10.36 -
YUV 59.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 98 33 91 0 0.66 0.07 0.62 306.46 0.5 0.26
Hex 62 21 5B 0 42 7 3E 132 32 1A
Octal 142 41 133 0 102 7 76 462 62 32
Binary 1100010 100001 1011011 0 1000010 111 111110 100110010 110010 11010

Color Harmonies of #62215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62215B

Black with #62215B

Text Example


Text Example

White with #62215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62215B; }

 p { color: rgb(98,33,91); }

 H1.HeaderClassName
 {
   color: #62215B;
 }
 .AnyTagClassName
 {
   color: #62215B;
 }
</style>

background-color css

<style>
 a { background-color: #62215B; }

 a { background-color: rgb(98,33,91); }

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

border-color css

<style>
 span { border-color: #62215B; }

 span { border-color: rgb(98,33,91); }

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