Html Css Color HEX #6B2758 Palatinate Purple

📋 copy color: '#6B2758'

red 107 ◦ green 39 ◦ blue 88

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

Shades of Palatinate Purple #6B2758

Tints of Palatinate Purple #6B2758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 45.73%
G = 16.67%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B2758 (or 0x6B2758) is known color: Palatinate Purple. HEX triplet: 6B, 27 and 58. RGB value is (107,39,88). Sum of RGB (Red+Green+Blue) = 107+39+88=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2758 is #94D8A7. Grayscale: #404040. Windows color (decimal): -9754792 or 5777259. OLE color: 5777259.

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

Color convert

RGB 107 39 88 -
CMYK 0 0.64 0.18 0.58
HSL 316.76º 0.47% 0.29% -
HSV(B) 316.76º 0.64% 0.42% -
XYZ 8.55 5.28 9.8 -
YUV 64.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 107 39 88 0 0.64 0.18 0.58 316.76 0.47 0.29
Hex 6B 27 58 0 40 12 3A 13D 2F 1D
Octal 153 47 130 0 100 22 72 475 57 35
Binary 1101011 100111 1011000 0 1000000 10010 111010 100111101 101111 11101

Color Harmonies of #6B2758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2758

Black with #6B2758

Text Example


Text Example

White with #6B2758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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