Html Css Color HEX #62155B Palatinate Purple

📋 copy color: '#62155B'

red 98 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #62155B

Tints of Palatinate Purple #62155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 46.67%
G = 10%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62155B (or 0x62155B) is known color: Palatinate Purple. HEX triplet: 62, 15 and 5B. RGB value is (98,21,91). Sum of RGB (Red+Green+Blue) = 98+21+91=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62155B is #9DEAA4. Grayscale: #333333. Windows color (decimal): -10349221 or 5969250. OLE color: 5969250.

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

Color convert

RGB 98 21 91 -
CMYK 0 0.79 0.07 0.62
HSL 305.45º 0.65% 0.23% -
HSV(B) 305.45º 0.79% 0.38% -
XYZ 7.19 3.89 10.27 -
YUV 52 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 98 21 91 0 0.79 0.07 0.62 305.45 0.65 0.23
Hex 62 15 5B 0 4F 7 3E 131 41 17
Octal 142 25 133 0 117 7 76 461 101 27
Binary 1100010 10101 1011011 0 1001111 111 111110 100110001 1000001 10111

Color Harmonies of #62155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62155B

Black with #62155B

Text Example


Text Example

White with #62155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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