Html Css Color HEX #620662 Palatinate Purple

📋 copy color: '#620662'

red 98 ◦ green 6 ◦ blue 98

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

Shades of Palatinate Purple #620662

Tints of Palatinate Purple #620662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

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

R = 48.51%
G = 2.97%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#620662 (or 0x620662) is known color: Palatinate Purple. HEX triplet: 62, 06 and 62. RGB value is (98,6,98). Sum of RGB (Red+Green+Blue) = 98+6+98=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620662 is #9DF99D. Grayscale: #2B2B2B. Windows color (decimal): -10353054 or 6424162. OLE color: 6424162.

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

Color convert

RGB 98 6 98 -
CMYK 0 0.94 0 0.62
HSL 300º 0.88% 0.2% -
HSV(B) 300º 0.94% 0.38% -
XYZ 7.31 3.61 11.87 -
YUV 44 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 98 6 98 0 0.94 0 0.62 300 0.88 0.2
Hex 62 6 62 0 5E 0 3E 12C 58 14
Octal 142 6 142 0 136 0 76 454 130 24
Binary 1100010 110 1100010 0 1011110 0 111110 100101100 1011000 10100

Color Harmonies of #620662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620662

Black with #620662

Text Example


Text Example

White with #620662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620662; }

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

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

background-color css

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

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

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

border-color css

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

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

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