Html Css Color HEX #62065A Palatinate Purple

📋 copy color: '#62065A'

red 98 ◦ green 6 ◦ blue 90

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

Shades of Palatinate Purple #62065A

Tints of Palatinate Purple #62065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 50.52%
G = 3.09%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62065A (or 0x62065A) is known color: Palatinate Purple. HEX triplet: 62, 06 and 5A. RGB value is (98,6,90). Sum of RGB (Red+Green+Blue) = 98+6+90=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62065A is #9DF9A5. Grayscale: #2A2A2A. Windows color (decimal): -10353062 or 5899874. OLE color: 5899874.

HSL color Cylindrical-coordinate representation of color #62065A: hue angle of 305.22º 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 #62065A is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 6 90 -
CMYK 0 0.94 0.08 0.62
HSL 305.22º 0.88% 0.2% -
HSV(B) 305.22º 0.94% 0.38% -
XYZ 6.95 3.47 9.98 -
YUV 43.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 98 6 90 0 0.94 0.08 0.62 305.22 0.88 0.2
Hex 62 6 5A 0 5E 8 3E 131 58 14
Octal 142 6 132 0 136 10 76 461 130 24
Binary 1100010 110 1011010 0 1011110 1000 111110 100110001 1011000 10100

Color Harmonies of #62065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62065A

Black with #62065A

Text Example


Text Example

White with #62065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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