Html Css Color HEX #62175B Palatinate Purple

📋 copy color: '#62175B'

red 98 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #62175B

Tints of Palatinate Purple #62175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 46.23%
G = 10.85%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62175B (or 0x62175B) is known color: Palatinate Purple. HEX triplet: 62, 17 and 5B. RGB value is (98,23,91). Sum of RGB (Red+Green+Blue) = 98+23+91=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62175B is #9DE8A4. Grayscale: #343434. Windows color (decimal): -10348709 or 5969762. OLE color: 5969762.

HSL color Cylindrical-coordinate representation of color #62175B: hue angle of 305.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62175B is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 23 91 -
CMYK 0 0.77 0.07 0.62
HSL 305.6º 0.62% 0.24% -
HSV(B) 305.6º 0.77% 0.38% -
XYZ 7.23 3.96 10.28 -
YUV 53.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 98 23 91 0 0.77 0.07 0.62 305.6 0.62 0.24
Hex 62 17 5B 0 4D 7 3E 132 3E 18
Octal 142 27 133 0 115 7 76 462 76 30
Binary 1100010 10111 1011011 0 1001101 111 111110 100110010 111110 11000

Color Harmonies of #62175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62175B

Black with #62175B

Text Example


Text Example

White with #62175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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