Html Css Color HEX #62015D Palatinate Purple

📋 copy color: '#62015D'

red 98 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #62015D

Tints of Palatinate Purple #62015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 51.04%
G = 0.52%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62015D (or 0x62015D) is known color: Palatinate Purple. HEX triplet: 62, 01 and 5D. RGB value is (98,1,93). Sum of RGB (Red+Green+Blue) = 98+1+93=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62015D is #9DFEA2. Grayscale: #282828. Windows color (decimal): -10354339 or 6095202. OLE color: 6095202.

HSL color Cylindrical-coordinate representation of color #62015D: hue angle of 303.09º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62015D is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 93 -
CMYK 0 0.99 0.05 0.62
HSL 303.09º 0.98% 0.19% -
HSV(B) 303.09º 0.99% 0.38% -
XYZ 7.02 3.41 10.64 -
YUV 40.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 98 1 93 0 0.99 0.05 0.62 303.09 0.98 0.19
Hex 62 1 5D 0 63 5 3E 12F 62 13
Octal 142 1 135 0 143 5 76 457 142 23
Binary 1100010 1 1011101 0 1100011 101 111110 100101111 1100010 10011

Color Harmonies of #62015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62015D

Black with #62015D

Text Example


Text Example

White with #62015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62015D; }

 p { color: rgb(98,1,93); }

 H1.HeaderClassName
 {
   color: #62015D;
 }
 .AnyTagClassName
 {
   color: #62015D;
 }
</style>

background-color css

<style>
 a { background-color: #62015D; }

 a { background-color: rgb(98,1,93); }

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

border-color css

<style>
 span { border-color: #62015D; }

 span { border-color: rgb(98,1,93); }

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