Html Css Color HEX #62005F Palatinate Purple

📋 copy color: '#62005F'

red 98 ◦ green 0 ◦ blue 95

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

Shades of Palatinate Purple #62005F

Tints of Palatinate Purple #62005F

RGB

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

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

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

R = 50.78%
G = 0%
B = 49.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62005F (or 0x62005F) is known color: Palatinate Purple. HEX triplet: 62, 00 and 5F. RGB value is (98,0,95). Sum of RGB (Red+Green+Blue) = 98+0+95=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62005F is #9DFFA0. Grayscale: #272727. Windows color (decimal): -10354593 or 6226018. OLE color: 6226018.

HSL color Cylindrical-coordinate representation of color #62005F: hue angle of 301.84º 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 #62005F is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 95 -
CMYK 0 1 0.03 0.62
HSL 301.84º 1% 0.19% -
HSV(B) 301.84º 1% 0.38% -
XYZ 7.1 3.42 11.11 -
YUV 40.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 98 0 95 0 1 0.03 0.62 301.84 1 0.19
Hex 62 0 5F 0 64 3 3E 12E 64 13
Octal 142 0 137 0 144 3 76 456 144 23
Binary 1100010 0 1011111 0 1100100 11 111110 100101110 1100100 10011

Color Harmonies of #62005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62005F

Black with #62005F

Text Example


Text Example

White with #62005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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