Html Css Color HEX #6B2756 Palatinate Purple

📋 copy color: '#6B2756'

red 107 ◦ green 39 ◦ blue 86

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

Shades of Palatinate Purple #6B2756

Tints of Palatinate Purple #6B2756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 46.12%
G = 16.81%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B2756 (or 0x6B2756) is known color: Palatinate Purple. HEX triplet: 6B, 27 and 56. RGB value is (107,39,86). Sum of RGB (Red+Green+Blue) = 107+39+86=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2756 is #94D8A9. Grayscale: #404040. Windows color (decimal): -9754794 or 5646187. OLE color: 5646187.

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

Color convert

RGB 107 39 86 -
CMYK 0 0.64 0.20 0.58
HSL 318.53º 0.47% 0.29% -
HSV(B) 318.53º 0.64% 0.42% -
XYZ 8.47 5.25 9.37 -
YUV 64.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 107 39 86 0 0.64 0.20 0.58 318.53 0.47 0.29
Hex 6B 27 56 0 40 14 3A 13F 2F 1D
Octal 153 47 126 0 100 24 72 477 57 35
Binary 1101011 100111 1010110 0 1000000 10100 111010 100111111 101111 11101

Color Harmonies of #6B2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2756

Black with #6B2756

Text Example


Text Example

White with #6B2756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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