Html Css Color HEX #62185A Palatinate Purple

📋 copy color: '#62185A'

red 98 ◦ green 24 ◦ blue 90

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

Shades of Palatinate Purple #62185A

Tints of Palatinate Purple #62185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

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

R = 46.23%
G = 11.32%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62185A (or 0x62185A) is known color: Palatinate Purple. HEX triplet: 62, 18 and 5A. RGB value is (98,24,90). Sum of RGB (Red+Green+Blue) = 98+24+90=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62185A is #9DE7A5. Grayscale: #353535. Windows color (decimal): -10348454 or 5904482. OLE color: 5904482.

HSL color Cylindrical-coordinate representation of color #62185A: hue angle of 306.49º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62185A is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 24 90 -
CMYK 0 0.76 0.08 0.62
HSL 306.49º 0.61% 0.24% -
HSV(B) 306.49º 0.76% 0.38% -
XYZ 7.21 3.99 10.06 -
YUV 53.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 98 24 90 0 0.76 0.08 0.62 306.49 0.61 0.24
Hex 62 18 5A 0 4C 8 3E 132 3D 18
Octal 142 30 132 0 114 10 76 462 75 30
Binary 1100010 11000 1011010 0 1001100 1000 111110 100110010 111101 11000

Color Harmonies of #62185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62185A

Black with #62185A

Text Example


Text Example

White with #62185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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