Html Css Color HEX #621062 Palatinate Purple

📋 copy color: '#621062'

red 98 ◦ green 16 ◦ blue 98

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

Shades of Palatinate Purple #621062

Tints of Palatinate Purple #621062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 46.23%
G = 7.55%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#621062 (or 0x621062) is known color: Palatinate Purple. HEX triplet: 62, 10 and 62. RGB value is (98,16,98). Sum of RGB (Red+Green+Blue) = 98+16+98=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621062 is #9DEF9D. Grayscale: #313131. Windows color (decimal): -10350494 or 6426722. OLE color: 6426722.

HSL color Cylindrical-coordinate representation of color #621062: hue angle of 300º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621062 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 98 -
CMYK 0 0.84 0 0.62
HSL 300º 0.72% 0.22% -
HSV(B) 300º 0.84% 0.38% -
XYZ 7.43 3.85 11.91 -
YUV 49.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 98 16 98 0 0.84 0 0.62 300 0.72 0.22
Hex 62 10 62 0 54 0 3E 12C 48 16
Octal 142 20 142 0 124 0 76 454 110 26
Binary 1100010 10000 1100010 0 1010100 0 111110 100101100 1001000 10110

Color Harmonies of #621062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621062

Black with #621062

Text Example


Text Example

White with #621062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621062; }

 p { color: rgb(98,16,98); }

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

background-color css

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

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

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

border-color css

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

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

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