Html Css Color HEX #620B5E Palatinate Purple

📋 copy color: '#620B5E'

red 98 ◦ green 11 ◦ blue 94

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

Shades of Palatinate Purple #620B5E

Tints of Palatinate Purple #620B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

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

R = 48.28%
G = 5.42%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#620B5E (or 0x620B5E) is known color: Palatinate Purple. HEX triplet: 62, 0B and 5E. RGB value is (98,11,94). Sum of RGB (Red+Green+Blue) = 98+11+94=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #620B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B5E is #9DF4A1. Grayscale: #2E2E2E. Windows color (decimal): -10351778 or 6163298. OLE color: 6163298.

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

Color convert

RGB 98 11 94 -
CMYK 0 0.89 0.04 0.62
HSL 302.76º 0.8% 0.21% -
HSV(B) 302.76º 0.89% 0.38% -
XYZ 7.18 3.64 10.91 -
YUV 46.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 98 11 94 0 0.89 0.04 0.62 302.76 0.8 0.21
Hex 62 B 5E 0 59 4 3E 12F 50 15
Octal 142 13 136 0 131 4 76 457 120 25
Binary 1100010 1011 1011110 0 1011001 100 111110 100101111 1010000 10101

Color Harmonies of #620B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B5E

Black with #620B5E

Text Example


Text Example

White with #620B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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