Html Css Color HEX #62135A Palatinate Purple

📋 copy color: '#62135A'

red 98 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #62135A

Tints of Palatinate Purple #62135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 47.34%
G = 9.18%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62135A (or 0x62135A) is known color: Palatinate Purple. HEX triplet: 62, 13 and 5A. RGB value is (98,19,90). Sum of RGB (Red+Green+Blue) = 98+19+90=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62135A is #9DECA5. Grayscale: #323232. Windows color (decimal): -10349734 or 5903202. OLE color: 5903202.

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

Color convert

RGB 98 19 90 -
CMYK 0 0.81 0.08 0.62
HSL 306.08º 0.68% 0.23% -
HSV(B) 306.08º 0.81% 0.38% -
XYZ 7.12 3.8 10.03 -
YUV 50.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 98 19 90 0 0.81 0.08 0.62 306.08 0.68 0.23
Hex 62 13 5A 0 51 8 3E 132 44 17
Octal 142 23 132 0 121 10 76 462 104 27
Binary 1100010 10011 1011010 0 1010001 1000 111110 100110010 1000100 10111

Color Harmonies of #62135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62135A

Black with #62135A

Text Example


Text Example

White with #62135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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