Html Css Color HEX #62145D Palatinate Purple

📋 copy color: '#62145D'

red 98 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #62145D

Tints of Palatinate Purple #62145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 46.45%
G = 9.48%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62145D (or 0x62145D) is known color: Palatinate Purple. HEX triplet: 62, 14 and 5D. RGB value is (98,20,93). Sum of RGB (Red+Green+Blue) = 98+20+93=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62145D is #9DEBA2. Grayscale: #333333. Windows color (decimal): -10349475 or 6100066. OLE color: 6100066.

HSL color Cylindrical-coordinate representation of color #62145D: hue angle of 303.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62145D is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 93 -
CMYK 0 0.80 0.05 0.62
HSL 303.85º 0.66% 0.23% -
HSV(B) 303.85º 0.8% 0.38% -
XYZ 7.26 3.89 10.72 -
YUV 51.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 98 20 93 0 0.80 0.05 0.62 303.85 0.66 0.23
Hex 62 14 5D 0 50 5 3E 130 42 17
Octal 142 24 135 0 120 5 76 460 102 27
Binary 1100010 10100 1011101 0 1010000 101 111110 100110000 1000010 10111

Color Harmonies of #62145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62145D

Black with #62145D

Text Example


Text Example

White with #62145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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