Html Css Color HEX #62065F Palatinate Purple

📋 copy color: '#62065F'

red 98 ◦ green 6 ◦ blue 95

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

Shades of Palatinate Purple #62065F

Tints of Palatinate Purple #62065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 49.25%
G = 3.02%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62065F (or 0x62065F) is known color: Palatinate Purple. HEX triplet: 62, 06 and 5F. RGB value is (98,6,95). Sum of RGB (Red+Green+Blue) = 98+6+95=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #62065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62065F is #9DF9A0. Grayscale: #2B2B2B. Windows color (decimal): -10353057 or 6227554. OLE color: 6227554.

HSL color Cylindrical-coordinate representation of color #62065F: hue angle of 301.96º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62065F is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 6 95 -
CMYK 0 0.94 0.03 0.62
HSL 301.96º 0.88% 0.2% -
HSV(B) 301.96º 0.94% 0.38% -
XYZ 7.17 3.55 11.13 -
YUV 43.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 98 6 95 0 0.94 0.03 0.62 301.96 0.88 0.2
Hex 62 6 5F 0 5E 3 3E 12E 58 14
Octal 142 6 137 0 136 3 76 456 130 24
Binary 1100010 110 1011111 0 1011110 11 111110 100101110 1011000 10100

Color Harmonies of #62065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62065F

Black with #62065F

Text Example


Text Example

White with #62065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62065F; }

 p { color: rgb(98,6,95); }

 H1.HeaderClassName
 {
   color: #62065F;
 }
 .AnyTagClassName
 {
   color: #62065F;
 }
</style>

background-color css

<style>
 a { background-color: #62065F; }

 a { background-color: rgb(98,6,95); }

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

border-color css

<style>
 span { border-color: #62065F; }

 span { border-color: rgb(98,6,95); }

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