Html Css Color HEX #620A5C Palatinate Purple

📋 copy color: '#620A5C'

red 98 ◦ green 10 ◦ blue 92

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

Shades of Palatinate Purple #620A5C

Tints of Palatinate Purple #620A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 49%
G = 5%
B = 46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#620A5C (or 0x620A5C) is known color: Palatinate Purple. HEX triplet: 62, 0A and 5C. RGB value is (98,10,92). Sum of RGB (Red+Green+Blue) = 98+10+92=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #620A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A5C is #9DF5A3. Grayscale: #2D2D2D. Windows color (decimal): -10352036 or 6031970. OLE color: 6031970.

HSL color Cylindrical-coordinate representation of color #620A5C: hue angle of 304.09º 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 #620A5C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 10 92 -
CMYK 0 0.90 0.06 0.62
HSL 304.09º 0.81% 0.21% -
HSV(B) 304.09º 0.9% 0.38% -
XYZ 7.08 3.59 10.44 -
YUV 45.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 98 10 92 0 0.90 0.06 0.62 304.09 0.81 0.21
Hex 62 A 5C 0 5A 6 3E 130 51 15
Octal 142 12 134 0 132 6 76 460 121 25
Binary 1100010 1010 1011100 0 1011010 110 111110 100110000 1010001 10101

Color Harmonies of #620A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A5C

Black with #620A5C

Text Example


Text Example

White with #620A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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