Html Css Color HEX #620363 Palatinate Purple

📋 copy color: '#620363'

red 98 ◦ green 3 ◦ blue 99

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

Shades of Palatinate Purple #620363

Tints of Palatinate Purple #620363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 49%
G = 1.5%
B = 49.5%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#620363 (or 0x620363) is known color: Palatinate Purple. HEX triplet: 62, 03 and 63. RGB value is (98,3,99). Sum of RGB (Red+Green+Blue) = 98+3+99=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #620363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620363 is #9DFC9C. Grayscale: #2A2A2A. Windows color (decimal): -10353821 or 6488930. OLE color: 6488930.

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

Color convert

RGB 98 3 99 -
CMYK 0.01 0.97 0 0.61
HSL 299.38º 0.94% 0.2% -
HSV(B) 299.38º 0.97% 0.39% -
XYZ 7.32 3.56 12.11 -
YUV 42.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 98 3 99 0.01 0.97 0 0.61 299.38 0.94 0.2
Hex 62 3 63 1 61 0 3D 12B 5E 14
Octal 142 3 143 1 141 0 75 453 136 24
Binary 1100010 11 1100011 1 1100001 0 111101 100101011 1011110 10100

Color Harmonies of #620363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620363

Black with #620363

Text Example


Text Example

White with #620363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620363; }

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

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

background-color css

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

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

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

border-color css

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

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

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