Html Css Color HEX #62095D Palatinate Purple

📋 copy color: '#62095D'

red 98 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #62095D

Tints of Palatinate Purple #62095D

RGB

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

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

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

R = 49%
G = 4.5%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62095D (or 0x62095D) is known color: Palatinate Purple. HEX triplet: 62, 09 and 5D. RGB value is (98,9,93). Sum of RGB (Red+Green+Blue) = 98+9+93=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #62095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62095D is #9DF6A2. Grayscale: #2C2C2C. Windows color (decimal): -10352291 or 6097250. OLE color: 6097250.

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

Color convert

RGB 98 9 93 -
CMYK 0 0.91 0.05 0.62
HSL 303.37º 0.83% 0.21% -
HSV(B) 303.37º 0.91% 0.38% -
XYZ 7.11 3.58 10.67 -
YUV 45.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 98 9 93 0 0.91 0.05 0.62 303.37 0.83 0.21
Hex 62 9 5D 0 5B 5 3E 12F 53 15
Octal 142 11 135 0 133 5 76 457 123 25
Binary 1100010 1001 1011101 0 1011011 101 111110 100101111 1010011 10101

Color Harmonies of #62095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62095D

Black with #62095D

Text Example


Text Example

White with #62095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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