Html Css Color HEX #62155A Palatinate Purple

📋 copy color: '#62155A'

red 98 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #62155A

Tints of Palatinate Purple #62155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 90 (35.55% from 255) = 43.06%

R = 46.89%
G = 10.05%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62155A (or 0x62155A) is known color: Palatinate Purple. HEX triplet: 62, 15 and 5A. RGB value is (98,21,90). Sum of RGB (Red+Green+Blue) = 98+21+90=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62155A is #9DEAA5. Grayscale: #333333. Windows color (decimal): -10349222 or 5903714. OLE color: 5903714.

HSL color Cylindrical-coordinate representation of color #62155A: hue angle of 306.23º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62155A is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 21 90 -
CMYK 0 0.79 0.08 0.62
HSL 306.23º 0.65% 0.23% -
HSV(B) 306.23º 0.79% 0.38% -
XYZ 7.15 3.87 10.04 -
YUV 51.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 98 21 90 0 0.79 0.08 0.62 306.23 0.65 0.23
Hex 62 15 5A 0 4F 8 3E 132 41 17
Octal 142 25 132 0 117 10 76 462 101 27
Binary 1100010 10101 1011010 0 1001111 1000 111110 100110010 1000001 10111

Color Harmonies of #62155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62155A

Black with #62155A

Text Example


Text Example

White with #62155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62155A; }

 p { color: rgb(98,21,90); }

 H1.HeaderClassName
 {
   color: #62155A;
 }
 .AnyTagClassName
 {
   color: #62155A;
 }
</style>

background-color css

<style>
 a { background-color: #62155A; }

 a { background-color: rgb(98,21,90); }

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

border-color css

<style>
 span { border-color: #62155A; }

 span { border-color: rgb(98,21,90); }

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