Html Css Color HEX #62025E Palatinate Purple

📋 copy color: '#62025E'

red 98 ◦ green 2 ◦ blue 94

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

Shades of Palatinate Purple #62025E

Tints of Palatinate Purple #62025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 50.52%
G = 1.03%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62025E (or 0x62025E) is known color: Palatinate Purple. HEX triplet: 62, 02 and 5E. RGB value is (98,2,94). Sum of RGB (Red+Green+Blue) = 98+2+94=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62025E is #9DFDA1. Grayscale: #282828. Windows color (decimal): -10354082 or 6160994. OLE color: 6160994.

HSL color Cylindrical-coordinate representation of color #62025E: hue angle of 302.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62025E is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 2 94 -
CMYK 0 0.98 0.04 0.62
HSL 302.5º 0.96% 0.2% -
HSV(B) 302.5º 0.98% 0.38% -
XYZ 7.08 3.45 10.88 -
YUV 41.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 98 2 94 0 0.98 0.04 0.62 302.5 0.96 0.2
Hex 62 2 5E 0 62 4 3E 12E 60 14
Octal 142 2 136 0 142 4 76 456 140 24
Binary 1100010 10 1011110 0 1100010 100 111110 100101110 1100000 10100

Color Harmonies of #62025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62025E

Black with #62025E

Text Example


Text Example

White with #62025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62025E; }

 p { color: rgb(98,2,94); }

 H1.HeaderClassName
 {
   color: #62025E;
 }
 .AnyTagClassName
 {
   color: #62025E;
 }
</style>

background-color css

<style>
 a { background-color: #62025E; }

 a { background-color: rgb(98,2,94); }

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

border-color css

<style>
 span { border-color: #62025E; }

 span { border-color: rgb(98,2,94); }

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