Html Css Color HEX #6B3056 Palatinate Purple

📋 copy color: '#6B3056'

red 107 ◦ green 48 ◦ blue 86

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

Shades of Palatinate Purple #6B3056

Tints of Palatinate Purple #6B3056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 44.4%
G = 19.92%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B3056 (or 0x6B3056) is known color: Palatinate Purple. HEX triplet: 6B, 30 and 56. RGB value is (107,48,86). Sum of RGB (Red+Green+Blue) = 107+48+86=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3056 is #94CFA9. Grayscale: #454545. Windows color (decimal): -9752490 or 5648491. OLE color: 5648491.

HSL color Cylindrical-coordinate representation of color #6B3056: hue angle of 321.36º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3056 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 48 86 -
CMYK 0 0.55 0.20 0.58
HSL 321.36º 0.38% 0.3% -
HSV(B) 321.36º 0.55% 0.42% -
XYZ 8.8 5.91 9.48 -
YUV 69.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 107 48 86 0 0.55 0.20 0.58 321.36 0.38 0.3
Hex 6B 30 56 0 37 14 3A 141 26 1E
Octal 153 60 126 0 67 24 72 501 46 36
Binary 1101011 110000 1010110 0 110111 10100 111010 101000001 100110 11110

Color Harmonies of #6B3056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3056

Black with #6B3056

Text Example


Text Example

White with #6B3056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,48,86); }

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

background-color css

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

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

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

border-color css

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

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

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