Html Css Color HEX #62025A Palatinate Purple

📋 copy color: '#62025A'

red 98 ◦ green 2 ◦ blue 90

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

Shades of Palatinate Purple #62025A

Tints of Palatinate Purple #62025A

RGB

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

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

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

R = 51.58%
G = 1.05%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62025A (or 0x62025A) is known color: Palatinate Purple. HEX triplet: 62, 02 and 5A. RGB value is (98,2,90). Sum of RGB (Red+Green+Blue) = 98+2+90=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62025A is #9DFDA5. Grayscale: #282828. Windows color (decimal): -10354086 or 5898850. OLE color: 5898850.

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

Color convert

RGB 98 2 90 -
CMYK 0 0.98 0.08 0.62
HSL 305º 0.96% 0.2% -
HSV(B) 305º 0.98% 0.38% -
XYZ 6.9 3.38 9.96 -
YUV 40.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 98 2 90 0 0.98 0.08 0.62 305 0.96 0.2
Hex 62 2 5A 0 62 8 3E 131 60 14
Octal 142 2 132 0 142 10 76 461 140 24
Binary 1100010 10 1011010 0 1100010 1000 111110 100110001 1100000 10100

Color Harmonies of #62025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62025A

Black with #62025A

Text Example


Text Example

White with #62025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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