Html Css Color HEX #62095B Palatinate Purple

📋 copy color: '#62095B'

red 98 ◦ green 9 ◦ blue 91

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

Shades of Palatinate Purple #62095B

Tints of Palatinate Purple #62095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 49.49%
G = 4.55%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62095B (or 0x62095B) is known color: Palatinate Purple. HEX triplet: 62, 09 and 5B. RGB value is (98,9,91). Sum of RGB (Red+Green+Blue) = 98+9+91=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62095B is #9DF6A4. Grayscale: #2C2C2C. Windows color (decimal): -10352293 or 5966178. OLE color: 5966178.

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

Color convert

RGB 98 9 91 -
CMYK 0 0.91 0.07 0.62
HSL 304.72º 0.83% 0.21% -
HSV(B) 304.72º 0.91% 0.38% -
XYZ 7.02 3.55 10.21 -
YUV 44.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 98 9 91 0 0.91 0.07 0.62 304.72 0.83 0.21
Hex 62 9 5B 0 5B 7 3E 131 53 15
Octal 142 11 133 0 133 7 76 461 123 25
Binary 1100010 1001 1011011 0 1011011 111 111110 100110001 1010011 10101

Color Harmonies of #62095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62095B

Black with #62095B

Text Example


Text Example

White with #62095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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