Html Css Color HEX #621153 Palatinate Purple

📋 copy color: '#621153'

red 98 ◦ green 17 ◦ blue 83

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

Shades of Palatinate Purple #621153

Tints of Palatinate Purple #621153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 49.49%
G = 8.59%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#621153 (or 0x621153) is known color: Palatinate Purple. HEX triplet: 62, 11 and 53. RGB value is (98,17,83). Sum of RGB (Red+Green+Blue) = 98+17+83=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #621153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621153 is #9DEEAC. Grayscale: #303030. Windows color (decimal): -10350253 or 5443938. OLE color: 5443938.

HSL color Cylindrical-coordinate representation of color #621153: hue angle of 311.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621153 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 83 -
CMYK 0 0.83 0.15 0.62
HSL 311.11º 0.7% 0.23% -
HSV(B) 311.11º 0.83% 0.38% -
XYZ 6.8 3.62 8.52 -
YUV 48.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 98 17 83 0 0.83 0.15 0.62 311.11 0.7 0.23
Hex 62 11 53 0 53 F 3E 137 46 17
Octal 142 21 123 0 123 17 76 467 106 27
Binary 1100010 10001 1010011 0 1010011 1111 111110 100110111 1000110 10111

Color Harmonies of #621153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621153

Black with #621153

Text Example


Text Example

White with #621153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621153; }

 p { color: rgb(98,17,83); }

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

background-color css

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

 a { background-color: rgb(98,17,83); }

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

border-color css

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

 span { border-color: rgb(98,17,83); }

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