Html Css Color HEX #6B2757 Palatinate Purple

📋 copy color: '#6B2757'

red 107 ◦ green 39 ◦ blue 87

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

Shades of Palatinate Purple #6B2757

Tints of Palatinate Purple #6B2757

RGB

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

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

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

R = 45.92%
G = 16.74%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6B2757 (or 0x6B2757) is known color: Palatinate Purple. HEX triplet: 6B, 27 and 57. RGB value is (107,39,87). Sum of RGB (Red+Green+Blue) = 107+39+87=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2757 is #94D8A8. Grayscale: #404040. Windows color (decimal): -9754793 or 5711723. OLE color: 5711723.

HSL color Cylindrical-coordinate representation of color #6B2757: hue angle of 317.65º 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 #6B2757 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 39 87 -
CMYK 0 0.64 0.19 0.58
HSL 317.65º 0.47% 0.29% -
HSV(B) 317.65º 0.64% 0.42% -
XYZ 8.51 5.26 9.58 -
YUV 64.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 107 39 87 0 0.64 0.19 0.58 317.65 0.47 0.29
Hex 6B 27 57 0 40 13 3A 13E 2F 1D
Octal 153 47 127 0 100 23 72 476 57 35
Binary 1101011 100111 1010111 0 1000000 10011 111010 100111110 101111 11101

Color Harmonies of #6B2757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2757

Black with #6B2757

Text Example


Text Example

White with #6B2757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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