Html Css Color HEX #62125A Palatinate Purple

📋 copy color: '#62125A'

red 98 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #62125A

Tints of Palatinate Purple #62125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 47.57%
G = 8.74%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62125A (or 0x62125A) is known color: Palatinate Purple. HEX triplet: 62, 12 and 5A. RGB value is (98,18,90). Sum of RGB (Red+Green+Blue) = 98+18+90=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125A is #9DEDA5. Grayscale: #313131. Windows color (decimal): -10349990 or 5902946. OLE color: 5902946.

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

Color convert

RGB 98 18 90 -
CMYK 0 0.82 0.08 0.62
HSL 306º 0.69% 0.23% -
HSV(B) 306º 0.82% 0.38% -
XYZ 7.1 3.77 10.03 -
YUV 50.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 98 18 90 0 0.82 0.08 0.62 306 0.69 0.23
Hex 62 12 5A 0 52 8 3E 132 45 17
Octal 142 22 132 0 122 10 76 462 105 27
Binary 1100010 10010 1011010 0 1010010 1000 111110 100110010 1000101 10111

Color Harmonies of #62125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62125A

Black with #62125A

Text Example


Text Example

White with #62125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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