Html Css Color HEX #620565 Palatinate Purple

📋 copy color: '#620565'

red 98 ◦ green 5 ◦ blue 101

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

Shades of Palatinate Purple #620565

Tints of Palatinate Purple #620565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 48.04%
G = 2.45%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620565 (or 0x620565) is known color: Palatinate Purple. HEX triplet: 62, 05 and 65. RGB value is (98,5,101). Sum of RGB (Red+Green+Blue) = 98+5+101=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #620565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620565 is #9DFA9A. Grayscale: #2B2B2B. Windows color (decimal): -10353307 or 6620514. OLE color: 6620514.

HSL color Cylindrical-coordinate representation of color #620565: hue angle of 298.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620565 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 5 101 -
CMYK 0.03 0.95 0 0.60
HSL 298.13º 0.91% 0.21% -
HSV(B) 298.13º 0.95% 0.4% -
XYZ 7.44 3.64 12.62 -
YUV 43.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 98 5 101 0.03 0.95 0 0.60 298.13 0.91 0.21
Hex 62 5 65 3 5F 0 3C 12A 5B 15
Octal 142 5 145 3 137 0 74 452 133 25
Binary 1100010 101 1100101 11 1011111 0 111100 100101010 1011011 10101

Color Harmonies of #620565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620565

Black with #620565

Text Example


Text Example

White with #620565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620565; }

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

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

background-color css

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

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

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

border-color css

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

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

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