Html Css Color HEX #6B166B Palatinate Purple

📋 copy color: '#6B166B'

red 107 ◦ green 22 ◦ blue 107

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

Shades of Palatinate Purple #6B166B

Tints of Palatinate Purple #6B166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

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

R = 45.34%
G = 9.32%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B166B (or 0x6B166B) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 6B. RGB value is (107,22,107). Sum of RGB (Red+Green+Blue) = 107+22+107=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B166B is #94E994. Grayscale: #383838. Windows color (decimal): -9759125 or 7018091. OLE color: 7018091.

HSL color Cylindrical-coordinate representation of color #6B166B: hue angle of 300º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B166B is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 107 -
CMYK 0 0.79 0 0.58
HSL 300º 0.66% 0.25% -
HSV(B) 300º 0.79% 0.42% -
XYZ 9 4.76 14.35 -
YUV 57.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 107 22 107 0 0.79 0 0.58 300 0.66 0.25
Hex 6B 16 6B 0 4F 0 3A 12C 42 19
Octal 153 26 153 0 117 0 72 454 102 31
Binary 1101011 10110 1101011 0 1001111 0 111010 100101100 1000010 11001

Color Harmonies of #6B166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B166B

Black with #6B166B

Text Example


Text Example

White with #6B166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,107); }

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

background-color css

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

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

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

border-color css

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

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

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