Html Css Color HEX #620A63 Palatinate Purple

📋 copy color: '#620A63'

red 98 ◦ green 10 ◦ blue 99

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

Shades of Palatinate Purple #620A63

Tints of Palatinate Purple #620A63

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

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

R = 47.34%
G = 4.83%
B = 47.83%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#620A63 (or 0x620A63) is known color: Palatinate Purple. HEX triplet: 62, 0A and 63. RGB value is (98,10,99). Sum of RGB (Red+Green+Blue) = 98+10+99=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #620A63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A63 is #9DF59C. Grayscale: #2E2E2E. Windows color (decimal): -10352029 or 6490722. OLE color: 6490722.

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

Color convert

RGB 98 10 99 -
CMYK 0.01 0.90 0 0.61
HSL 299.33º 0.82% 0.21% -
HSV(B) 299.33º 0.9% 0.39% -
XYZ 7.4 3.71 12.13 -
YUV 46.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 98 10 99 0.01 0.90 0 0.61 299.33 0.82 0.21
Hex 62 A 63 1 5A 0 3D 12B 52 15
Octal 142 12 143 1 132 0 75 453 122 25
Binary 1100010 1010 1100011 1 1011010 0 111101 100101011 1010010 10101

Color Harmonies of #620A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A63

Black with #620A63

Text Example


Text Example

White with #620A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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