Html Css Color HEX #6B155B Palatinate Purple

📋 copy color: '#6B155B'

red 107 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #6B155B

Tints of Palatinate Purple #6B155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 48.86%
G = 9.59%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B155B (or 0x6B155B) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 5B. RGB value is (107,21,91). Sum of RGB (Red+Green+Blue) = 107+21+91=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B155B is #94EAA4. Grayscale: #363636. Windows color (decimal): -9759397 or 5969259. OLE color: 5969259.

HSL color Cylindrical-coordinate representation of color #6B155B: hue angle of 311.16º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B155B is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 91 -
CMYK 0 0.80 0.15 0.58
HSL 311.16º 0.67% 0.25% -
HSV(B) 311.16º 0.8% 0.42% -
XYZ 8.22 4.42 10.32 -
YUV 54.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 107 21 91 0 0.80 0.15 0.58 311.16 0.67 0.25
Hex 6B 15 5B 0 50 F 3A 137 43 19
Octal 153 25 133 0 120 17 72 467 103 31
Binary 1101011 10101 1011011 0 1010000 1111 111010 100110111 1000011 11001

Color Harmonies of #6B155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B155B

Black with #6B155B

Text Example


Text Example

White with #6B155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,91); }

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

background-color css

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

 a { background-color: rgb(107,21,91); }

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

border-color css

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

 span { border-color: rgb(107,21,91); }

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