Html Css Color HEX #62195D Palatinate Purple

📋 copy color: '#62195D'

red 98 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #62195D

Tints of Palatinate Purple #62195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

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

R = 45.37%
G = 11.57%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62195D (or 0x62195D) is known color: Palatinate Purple. HEX triplet: 62, 19 and 5D. RGB value is (98,25,93). Sum of RGB (Red+Green+Blue) = 98+25+93=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62195D is #9DE6A2. Grayscale: #363636. Windows color (decimal): -10348195 or 6101346. OLE color: 6101346.

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

Color convert

RGB 98 25 93 -
CMYK 0 0.74 0.05 0.62
HSL 304.11º 0.59% 0.24% -
HSV(B) 304.11º 0.74% 0.38% -
XYZ 7.36 4.08 10.76 -
YUV 54.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 98 25 93 0 0.74 0.05 0.62 304.11 0.59 0.24
Hex 62 19 5D 0 4A 5 3E 130 3B 18
Octal 142 31 135 0 112 5 76 460 73 30
Binary 1100010 11001 1011101 0 1001010 101 111110 100110000 111011 11000

Color Harmonies of #62195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62195D

Black with #62195D

Text Example


Text Example

White with #62195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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