Html Css Color HEX #62195B Palatinate Purple

📋 copy color: '#62195B'

red 98 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #62195B

Tints of Palatinate Purple #62195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 45.79%
G = 11.68%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62195B (or 0x62195B) is known color: Palatinate Purple. HEX triplet: 62, 19 and 5B. RGB value is (98,25,91). Sum of RGB (Red+Green+Blue) = 98+25+91=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62195B is #9DE6A4. Grayscale: #363636. Windows color (decimal): -10348197 or 5970274. OLE color: 5970274.

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

Color convert

RGB 98 25 91 -
CMYK 0 0.74 0.07 0.62
HSL 305.75º 0.59% 0.24% -
HSV(B) 305.75º 0.74% 0.38% -
XYZ 7.27 4.05 10.3 -
YUV 54.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 98 25 91 0 0.74 0.07 0.62 305.75 0.59 0.24
Hex 62 19 5B 0 4A 7 3E 132 3B 18
Octal 142 31 133 0 112 7 76 462 73 30
Binary 1100010 11001 1011011 0 1001010 111 111110 100110010 111011 11000

Color Harmonies of #62195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62195B

Black with #62195B

Text Example


Text Example

White with #62195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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