Html Css Color HEX #6B3560 Palatinate Purple

📋 copy color: '#6B3560'

red 107 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #6B3560

Tints of Palatinate Purple #6B3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 41.8%
G = 20.7%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B3560 (or 0x6B3560) is known color: Palatinate Purple. HEX triplet: 6B, 35 and 60. RGB value is (107,53,96). Sum of RGB (Red+Green+Blue) = 107+53+96=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3560 is #94CA9F. Grayscale: #494949. Windows color (decimal): -9751200 or 6305131. OLE color: 6305131.

HSL color Cylindrical-coordinate representation of color #6B3560: hue angle of 312.22º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3560 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 53 96 -
CMYK 0 0.50 0.10 0.58
HSL 312.22º 0.34% 0.31% -
HSV(B) 312.22º 0.5% 0.42% -
XYZ 9.45 6.52 11.83 -
YUV 74.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 107 53 96 0 0.50 0.10 0.58 312.22 0.34 0.31
Hex 6B 35 60 0 32 A 3A 138 22 1F
Octal 153 65 140 0 62 12 72 470 42 37
Binary 1101011 110101 1100000 0 110010 1010 111010 100111000 100010 11111

Color Harmonies of #6B3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3560

Black with #6B3560

Text Example


Text Example

White with #6B3560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,96); }

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

background-color css

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

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

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

border-color css

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

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

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