Html Css Color HEX #620A5E Palatinate Purple

📋 copy color: '#620A5E'

red 98 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #620A5E

Tints of Palatinate Purple #620A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 48.51%
G = 4.95%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#620A5E (or 0x620A5E) is known color: Palatinate Purple. HEX triplet: 62, 0A and 5E. RGB value is (98,10,94). Sum of RGB (Red+Green+Blue) = 98+10+94=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #620A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A5E is #9DF5A1. Grayscale: #2D2D2D. Windows color (decimal): -10352034 or 6163042. OLE color: 6163042.

HSL color Cylindrical-coordinate representation of color #620A5E: hue angle of 302.73º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A5E is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 10 94 -
CMYK 0 0.90 0.04 0.62
HSL 302.73º 0.81% 0.21% -
HSV(B) 302.73º 0.9% 0.38% -
XYZ 7.17 3.62 10.91 -
YUV 45.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 98 10 94 0 0.90 0.04 0.62 302.73 0.81 0.21
Hex 62 A 5E 0 5A 4 3E 12F 51 15
Octal 142 12 136 0 132 4 76 457 121 25
Binary 1100010 1010 1011110 0 1011010 100 111110 100101111 1010001 10101

Color Harmonies of #620A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A5E

Black with #620A5E

Text Example


Text Example

White with #620A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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