Html Css Color HEX #620B6B Palatinate Purple

📋 copy color: '#620B6B'

red 98 ◦ green 11 ◦ blue 107

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

Shades of Palatinate Purple #620B6B

Tints of Palatinate Purple #620B6B

RGB

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

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

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

R = 45.37%
G = 5.09%
B = 49.54%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#620B6B (or 0x620B6B) is known color: Palatinate Purple. HEX triplet: 62, 0B and 6B. RGB value is (98,11,107). Sum of RGB (Red+Green+Blue) = 98+11+107=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #620B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B6B is #9DF494. Grayscale: #2F2F2F. Windows color (decimal): -10351765 or 7015266. OLE color: 7015266.

HSL color Cylindrical-coordinate representation of color #620B6B: hue angle of 294.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B6B is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 11 107 -
CMYK 0.08 0.90 0 0.58
HSL 294.38º 0.81% 0.23% -
HSV(B) 294.38º 0.9% 0.42% -
XYZ 7.81 3.9 14.25 -
YUV 47.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 98 11 107 0.08 0.90 0 0.58 294.38 0.81 0.23
Hex 62 B 6B 8 5A 0 3A 126 51 17
Octal 142 13 153 10 132 0 72 446 121 27
Binary 1100010 1011 1101011 1000 1011010 0 111010 100100110 1010001 10111

Color Harmonies of #620B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B6B

Black with #620B6B

Text Example


Text Example

White with #620B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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