Html Css Color HEX #6B1163 Palatinate Purple

📋 copy color: '#6B1163'

red 107 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #6B1163

Tints of Palatinate Purple #6B1163

RGB

 RED value IS 107 (42.19% from 255) = 47.98%

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 47.98%
G = 7.62%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6B1163 (or 0x6B1163) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 63. RGB value is (107,17,99). Sum of RGB (Red+Green+Blue) = 107+17+99=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1163 is #94EE9C. Grayscale: #353535. Windows color (decimal): -9760413 or 6492523. OLE color: 6492523.

HSL color Cylindrical-coordinate representation of color #6B1163: hue angle of 305.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1163 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 99 -
CMYK 0 0.84 0.07 0.58
HSL 305.33º 0.73% 0.24% -
HSV(B) 305.33º 0.84% 0.42% -
XYZ 8.52 4.43 12.21 -
YUV 53.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 107 17 99 0 0.84 0.07 0.58 305.33 0.73 0.24
Hex 6B 11 63 0 54 7 3A 131 49 18
Octal 153 21 143 0 124 7 72 461 111 30
Binary 1101011 10001 1100011 0 1010100 111 111010 100110001 1001001 11000

Color Harmonies of #6B1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1163

Black with #6B1163

Text Example


Text Example

White with #6B1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1163; }

 p { color: rgb(107,17,99); }

 H1.HeaderClassName
 {
   color: #6B1163;
 }
 .AnyTagClassName
 {
   color: #6B1163;
 }
</style>

background-color css

<style>
 a { background-color: #6B1163; }

 a { background-color: rgb(107,17,99); }

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

border-color css

<style>
 span { border-color: #6B1163; }

 span { border-color: rgb(107,17,99); }

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