Html Css Color HEX #62185D Palatinate Purple

📋 copy color: '#62185D'

red 98 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #62185D

Tints of Palatinate Purple #62185D

RGB

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

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

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

R = 45.58%
G = 11.16%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62185D (or 0x62185D) is known color: Palatinate Purple. HEX triplet: 62, 18 and 5D. RGB value is (98,24,93). Sum of RGB (Red+Green+Blue) = 98+24+93=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62185D is #9DE7A2. Grayscale: #353535. Windows color (decimal): -10348451 or 6101090. OLE color: 6101090.

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

Color convert

RGB 98 24 93 -
CMYK 0 0.76 0.05 0.62
HSL 304.05º 0.61% 0.24% -
HSV(B) 304.05º 0.76% 0.38% -
XYZ 7.34 4.04 10.75 -
YUV 53.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 98 24 93 0 0.76 0.05 0.62 304.05 0.61 0.24
Hex 62 18 5D 0 4C 5 3E 130 3D 18
Octal 142 30 135 0 114 5 76 460 75 30
Binary 1100010 11000 1011101 0 1001100 101 111110 100110000 111101 11000

Color Harmonies of #62185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62185D

Black with #62185D

Text Example


Text Example

White with #62185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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