Html Css Color HEX #620963 Palatinate Purple

📋 copy color: '#620963'

red 98 ◦ green 9 ◦ blue 99

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

Shades of Palatinate Purple #620963

Tints of Palatinate Purple #620963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

 BLUE value IS 99 (39.06% from 255) = 48.06%

R = 47.57%
G = 4.37%
B = 48.06%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#620963 (or 0x620963) is known color: Palatinate Purple. HEX triplet: 62, 09 and 63. RGB value is (98,9,99). Sum of RGB (Red+Green+Blue) = 98+9+99=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #620963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620963 is #9DF69C. Grayscale: #2D2D2D. Windows color (decimal): -10352285 or 6490466. OLE color: 6490466.

HSL color Cylindrical-coordinate representation of color #620963: hue angle of 299.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620963 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 9 99 -
CMYK 0.01 0.91 0 0.61
HSL 299.33º 0.83% 0.21% -
HSV(B) 299.33º 0.91% 0.39% -
XYZ 7.39 3.69 12.13 -
YUV 45.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 98 9 99 0.01 0.91 0 0.61 299.33 0.83 0.21
Hex 62 9 63 1 5B 0 3D 12B 53 15
Octal 142 11 143 1 133 0 75 453 123 25
Binary 1100010 1001 1100011 1 1011011 0 111101 100101011 1010011 10101

Color Harmonies of #620963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620963

Black with #620963

Text Example


Text Example

White with #620963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620963; }

 p { color: rgb(98,9,99); }

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

background-color css

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

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

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

border-color css

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

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

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