Html Css Color HEX #620562 Palatinate Purple

📋 copy color: '#620562'

red 98 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #620562

Tints of Palatinate Purple #620562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 48.76%
G = 2.49%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#620562 (or 0x620562) is known color: Palatinate Purple. HEX triplet: 62, 05 and 62. RGB value is (98,5,98). Sum of RGB (Red+Green+Blue) = 98+5+98=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620562 is #9DFA9D. Grayscale: #2B2B2B. Windows color (decimal): -10353310 or 6423906. OLE color: 6423906.

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

Color convert

RGB 98 5 98 -
CMYK 0 0.95 0 0.62
HSL 300º 0.9% 0.2% -
HSV(B) 300º 0.95% 0.38% -
XYZ 7.3 3.59 11.86 -
YUV 43.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 98 5 98 0 0.95 0 0.62 300 0.9 0.2
Hex 62 5 62 0 5F 0 3E 12C 5A 14
Octal 142 5 142 0 137 0 76 454 132 24
Binary 1100010 101 1100010 0 1011111 0 111110 100101100 1011010 10100

Color Harmonies of #620562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620562

Black with #620562

Text Example


Text Example

White with #620562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620562; }

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

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

background-color css

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

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

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

border-color css

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

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

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