Html Css Color HEX #62005B Palatinate Purple

📋 copy color: '#62005B'

red 98 ◦ green 0 ◦ blue 91

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

Shades of Palatinate Purple #62005B

Tints of Palatinate Purple #62005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 51.85%
G = 0%
B = 48.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62005B (or 0x62005B) is known color: Palatinate Purple. HEX triplet: 62, 00 and 5B. RGB value is (98,0,91). Sum of RGB (Red+Green+Blue) = 98+0+91=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62005B is #9DFFA4. Grayscale: #272727. Windows color (decimal): -10354597 or 5963874. OLE color: 5963874.

HSL color Cylindrical-coordinate representation of color #62005B: hue angle of 304.29º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62005B is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 91 -
CMYK 0 1 0.07 0.62
HSL 304.29º 1% 0.19% -
HSV(B) 304.29º 1% 0.38% -
XYZ 6.93 3.35 10.18 -
YUV 39.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 98 0 91 0 1 0.07 0.62 304.29 1 0.19
Hex 62 0 5B 0 64 7 3E 130 64 13
Octal 142 0 133 0 144 7 76 460 144 23
Binary 1100010 0 1011011 0 1100100 111 111110 100110000 1100100 10011

Color Harmonies of #62005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62005B

Black with #62005B

Text Example


Text Example

White with #62005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62005B; }

 p { color: rgb(98,0,91); }

 H1.HeaderClassName
 {
   color: #62005B;
 }
 .AnyTagClassName
 {
   color: #62005B;
 }
</style>

background-color css

<style>
 a { background-color: #62005B; }

 a { background-color: rgb(98,0,91); }

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

border-color css

<style>
 span { border-color: #62005B; }

 span { border-color: rgb(98,0,91); }

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