Html Css Color HEX #6B195B Palatinate Purple

📋 copy color: '#6B195B'

red 107 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #6B195B

Tints of Palatinate Purple #6B195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 47.98%
G = 11.21%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B195B (or 0x6B195B) is known color: Palatinate Purple. HEX triplet: 6B, 19 and 5B. RGB value is (107,25,91). Sum of RGB (Red+Green+Blue) = 107+25+91=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B195B is #94E6A4. Grayscale: #383838. Windows color (decimal): -9758373 or 5970283. OLE color: 5970283.

HSL color Cylindrical-coordinate representation of color #6B195B: hue angle of 311.71º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B195B is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 25 91 -
CMYK 0 0.77 0.15 0.58
HSL 311.71º 0.62% 0.26% -
HSV(B) 311.71º 0.77% 0.42% -
XYZ 8.3 4.58 10.34 -
YUV 57.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 107 25 91 0 0.77 0.15 0.58 311.71 0.62 0.26
Hex 6B 19 5B 0 4D F 3A 138 3E 1A
Octal 153 31 133 0 115 17 72 470 76 32
Binary 1101011 11001 1011011 0 1001101 1111 111010 100111000 111110 11010

Color Harmonies of #6B195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B195B

Black with #6B195B

Text Example


Text Example

White with #6B195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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