Html Css Color HEX #621252 Palatinate Purple

📋 copy color: '#621252'

red 98 ◦ green 18 ◦ blue 82

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

Shades of Palatinate Purple #621252

Tints of Palatinate Purple #621252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 82 (32.42% from 255) = 41.41%

R = 49.49%
G = 9.09%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#621252 (or 0x621252) is known color: Palatinate Purple. HEX triplet: 62, 12 and 52. RGB value is (98,18,82). Sum of RGB (Red+Green+Blue) = 98+18+82=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #621252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621252 is #9DEDAD. Grayscale: #313131. Windows color (decimal): -10349998 or 5378658. OLE color: 5378658.

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

Color convert

RGB 98 18 82 -
CMYK 0 0.82 0.16 0.62
HSL 312º 0.69% 0.23% -
HSV(B) 312º 0.82% 0.38% -
XYZ 6.78 3.64 8.33 -
YUV 49.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 98 18 82 0 0.82 0.16 0.62 312 0.69 0.23
Hex 62 12 52 0 52 10 3E 138 45 17
Octal 142 22 122 0 122 20 76 470 105 27
Binary 1100010 10010 1010010 0 1010010 10000 111110 100111000 1000101 10111

Color Harmonies of #621252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621252

Black with #621252

Text Example


Text Example

White with #621252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621252; }

 p { color: rgb(98,18,82); }

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

background-color css

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

 a { background-color: rgb(98,18,82); }

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

border-color css

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

 span { border-color: rgb(98,18,82); }

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