Html Css Color HEX #62125D Palatinate Purple

📋 copy color: '#62125D'

red 98 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #62125D

Tints of Palatinate Purple #62125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 46.89%
G = 8.61%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62125D (or 0x62125D) is known color: Palatinate Purple. HEX triplet: 62, 12 and 5D. RGB value is (98,18,93). Sum of RGB (Red+Green+Blue) = 98+18+93=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125D is #9DEDA2. Grayscale: #323232. Windows color (decimal): -10349987 or 6099554. OLE color: 6099554.

HSL color Cylindrical-coordinate representation of color #62125D: hue angle of 303.75º 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 #62125D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 93 -
CMYK 0 0.82 0.05 0.62
HSL 303.75º 0.69% 0.23% -
HSV(B) 303.75º 0.82% 0.38% -
XYZ 7.23 3.82 10.71 -
YUV 50.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 98 18 93 0 0.82 0.05 0.62 303.75 0.69 0.23
Hex 62 12 5D 0 52 5 3E 130 45 17
Octal 142 22 135 0 122 5 76 460 105 27
Binary 1100010 10010 1011101 0 1010010 101 111110 100110000 1000101 10111

Color Harmonies of #62125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62125D

Black with #62125D

Text Example


Text Example

White with #62125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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