Html Css Color HEX #620564 Palatinate Purple

📋 copy color: '#620564'

red 98 ◦ green 5 ◦ blue 100

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

Shades of Palatinate Purple #620564

Tints of Palatinate Purple #620564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 48.28%
G = 2.46%
B = 49.26%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#620564 (or 0x620564) is known color: Palatinate Purple. HEX triplet: 62, 05 and 64. RGB value is (98,5,100). Sum of RGB (Red+Green+Blue) = 98+5+100=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #620564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620564 is #9DFA9B. Grayscale: #2B2B2B. Windows color (decimal): -10353308 or 6554978. OLE color: 6554978.

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

Color convert

RGB 98 5 100 -
CMYK 0.02 0.95 0 0.61
HSL 298.74º 0.9% 0.21% -
HSV(B) 298.74º 0.95% 0.39% -
XYZ 7.39 3.63 12.37 -
YUV 43.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 98 5 100 0.02 0.95 0 0.61 298.74 0.9 0.21
Hex 62 5 64 2 5F 0 3D 12B 5A 15
Octal 142 5 144 2 137 0 75 453 132 25
Binary 1100010 101 1100100 10 1011111 0 111101 100101011 1011010 10101

Color Harmonies of #620564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620564

Black with #620564

Text Example


Text Example

White with #620564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620564; }

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

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

background-color css

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

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

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

border-color css

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

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

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