Html Css Color HEX #6B1356 Palatinate Purple

📋 copy color: '#6B1356'

red 107 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #6B1356

Tints of Palatinate Purple #6B1356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 50.47%
G = 8.96%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6B1356 (or 0x6B1356) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 56. RGB value is (107,19,86). Sum of RGB (Red+Green+Blue) = 107+19+86=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1356 is #94ECA9. Grayscale: #343434. Windows color (decimal): -9759914 or 5641067. OLE color: 5641067.

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

Color convert

RGB 107 19 86 -
CMYK 0 0.82 0.20 0.58
HSL 314.32º 0.7% 0.25% -
HSV(B) 314.32º 0.82% 0.42% -
XYZ 7.98 4.26 9.21 -
YUV 52.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 107 19 86 0 0.82 0.20 0.58 314.32 0.7 0.25
Hex 6B 13 56 0 52 14 3A 13A 46 19
Octal 153 23 126 0 122 24 72 472 106 31
Binary 1101011 10011 1010110 0 1010010 10100 111010 100111010 1000110 11001

Color Harmonies of #6B1356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1356

Black with #6B1356

Text Example


Text Example

White with #6B1356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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