Html Css Color HEX #6B1D57 Palatinate Purple

📋 copy color: '#6B1D57'

red 107 ◦ green 29 ◦ blue 87

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

Shades of Palatinate Purple #6B1D57

Tints of Palatinate Purple #6B1D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 47.98%
G = 13%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6B1D57 (or 0x6B1D57) is known color: Palatinate Purple. HEX triplet: 6B, 1D and 57. RGB value is (107,29,87). Sum of RGB (Red+Green+Blue) = 107+29+87=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D57 is #94E2A8. Grayscale: #3A3A3A. Windows color (decimal): -9757353 or 5709163. OLE color: 5709163.

HSL color Cylindrical-coordinate representation of color #6B1D57: hue angle of 315.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B1D57 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 29 87 -
CMYK 0 0.73 0.19 0.58
HSL 315.38º 0.57% 0.27% -
HSV(B) 315.38º 0.73% 0.42% -
XYZ 8.22 4.69 9.49 -
YUV 58.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 107 29 87 0 0.73 0.19 0.58 315.38 0.57 0.27
Hex 6B 1D 57 0 49 13 3A 13B 39 1B
Octal 153 35 127 0 111 23 72 473 71 33
Binary 1101011 11101 1010111 0 1001001 10011 111010 100111011 111001 11011

Color Harmonies of #6B1D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1D57

Black with #6B1D57

Text Example


Text Example

White with #6B1D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,29,87); }

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

background-color css

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

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

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

border-color css

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

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

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