Html Css Color HEX #62195A Palatinate Purple

📋 copy color: '#62195A'

red 98 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #62195A

Tints of Palatinate Purple #62195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 46.01%
G = 11.74%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62195A (or 0x62195A) is known color: Palatinate Purple. HEX triplet: 62, 19 and 5A. RGB value is (98,25,90). Sum of RGB (Red+Green+Blue) = 98+25+90=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62195A is #9DE6A5. Grayscale: #363636. Windows color (decimal): -10348198 or 5904738. OLE color: 5904738.

HSL color Cylindrical-coordinate representation of color #62195A: hue angle of 306.58º 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 #62195A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 90 -
CMYK 0 0.74 0.08 0.62
HSL 306.58º 0.59% 0.24% -
HSV(B) 306.58º 0.74% 0.38% -
XYZ 7.23 4.03 10.07 -
YUV 54.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 98 25 90 0 0.74 0.08 0.62 306.58 0.59 0.24
Hex 62 19 5A 0 4A 8 3E 133 3B 18
Octal 142 31 132 0 112 10 76 463 73 30
Binary 1100010 11001 1011010 0 1001010 1000 111110 100110011 111011 11000

Color Harmonies of #62195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62195A

Black with #62195A

Text Example


Text Example

White with #62195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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