Html Css Color HEX #620765 Palatinate Purple

📋 copy color: '#620765'

red 98 ◦ green 7 ◦ blue 101

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

Shades of Palatinate Purple #620765

Tints of Palatinate Purple #620765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 47.57%
G = 3.4%
B = 49.03%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620765 (or 0x620765) is known color: Palatinate Purple. HEX triplet: 62, 07 and 65. RGB value is (98,7,101). Sum of RGB (Red+Green+Blue) = 98+7+101=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #620765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620765 is #9DF89A. Grayscale: #2C2C2C. Windows color (decimal): -10352795 or 6621026. OLE color: 6621026.

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

Color convert

RGB 98 7 101 -
CMYK 0.03 0.93 0 0.60
HSL 298.09º 0.87% 0.21% -
HSV(B) 298.09º 0.93% 0.4% -
XYZ 7.46 3.69 12.63 -
YUV 44.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 98 7 101 0.03 0.93 0 0.60 298.09 0.87 0.21
Hex 62 7 65 3 5D 0 3C 12A 57 15
Octal 142 7 145 3 135 0 74 452 127 25
Binary 1100010 111 1100101 11 1011101 0 111100 100101010 1010111 10101

Color Harmonies of #620765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620765

Black with #620765

Text Example


Text Example

White with #620765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620765; }

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

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

background-color css

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

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

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

border-color css

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

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

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