Html Css Color HEX #62185B Palatinate Purple

📋 copy color: '#62185B'

red 98 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #62185B

Tints of Palatinate Purple #62185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.72%

R = 46.01%
G = 11.27%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62185B (or 0x62185B) is known color: Palatinate Purple. HEX triplet: 62, 18 and 5B. RGB value is (98,24,91). Sum of RGB (Red+Green+Blue) = 98+24+91=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62185B is #9DE7A4. Grayscale: #353535. Windows color (decimal): -10348453 or 5970018. OLE color: 5970018.

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

Color convert

RGB 98 24 91 -
CMYK 0 0.76 0.07 0.62
HSL 305.68º 0.61% 0.24% -
HSV(B) 305.68º 0.76% 0.38% -
XYZ 7.25 4.01 10.29 -
YUV 53.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 98 24 91 0 0.76 0.07 0.62 305.68 0.61 0.24
Hex 62 18 5B 0 4C 7 3E 132 3D 18
Octal 142 30 133 0 114 7 76 462 75 30
Binary 1100010 11000 1011011 0 1001100 111 111110 100110010 111101 11000

Color Harmonies of #62185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62185B

Black with #62185B

Text Example


Text Example

White with #62185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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