Html Css Color HEX #620D6D Palatinate Purple

📋 copy color: '#620D6D'

red 98 ◦ green 13 ◦ blue 109

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

Shades of Palatinate Purple #620D6D

Tints of Palatinate Purple #620D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 44.55%
G = 5.91%
B = 49.55%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#620D6D (or 0x620D6D) is known color: Palatinate Purple. HEX triplet: 62, 0D and 6D. RGB value is (98,13,109). Sum of RGB (Red+Green+Blue) = 98+13+109=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #620D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620D6D is #9DF292. Grayscale: #313131. Windows color (decimal): -10351251 or 7146850. OLE color: 7146850.

HSL color Cylindrical-coordinate representation of color #620D6D: hue angle of 293.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620D6D is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 13 109 -
CMYK 0.10 0.88 0 0.57
HSL 293.13º 0.79% 0.24% -
HSV(B) 293.13º 0.88% 0.43% -
XYZ 7.94 3.99 14.82 -
YUV 49.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 98 13 109 0.10 0.88 0 0.57 293.13 0.79 0.24
Hex 62 D 6D A 58 0 39 125 4F 18
Octal 142 15 155 12 130 0 71 445 117 30
Binary 1100010 1101 1101101 1010 1011000 0 111001 100100101 1001111 11000

Color Harmonies of #620D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D6D

Black with #620D6D

Text Example


Text Example

White with #620D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,109); }

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

background-color css

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

 a { background-color: rgb(98,13,109); }

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

border-color css

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

 span { border-color: rgb(98,13,109); }

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