Html Css Color HEX #620E6B Palatinate Purple

📋 copy color: '#620E6B'

red 98 ◦ green 14 ◦ blue 107

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

Shades of Palatinate Purple #620E6B

Tints of Palatinate Purple #620E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.39%

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 44.75%
G = 6.39%
B = 48.86%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#620E6B (or 0x620E6B) is known color: Palatinate Purple. HEX triplet: 62, 0E and 6B. RGB value is (98,14,107). Sum of RGB (Red+Green+Blue) = 98+14+107=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #620E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E6B is #9DF194. Grayscale: #313131. Windows color (decimal): -10350997 or 7016034. OLE color: 7016034.

HSL color Cylindrical-coordinate representation of color #620E6B: hue angle of 294.19º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620E6B is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 14 107 -
CMYK 0.08 0.87 0 0.58
HSL 294.19º 0.77% 0.24% -
HSV(B) 294.19º 0.87% 0.42% -
XYZ 7.85 3.97 14.26 -
YUV 49.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 98 14 107 0.08 0.87 0 0.58 294.19 0.77 0.24
Hex 62 E 6B 8 57 0 3A 126 4D 18
Octal 142 16 153 10 127 0 72 446 115 30
Binary 1100010 1110 1101011 1000 1010111 0 111010 100100110 1001101 11000

Color Harmonies of #620E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E6B

Black with #620E6B

Text Example


Text Example

White with #620E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,14,107); }

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

background-color css

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

 a { background-color: rgb(98,14,107); }

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

border-color css

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

 span { border-color: rgb(98,14,107); }

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