Html Css Color HEX #6B345B Palatinate Purple

📋 copy color: '#6B345B'

red 107 ◦ green 52 ◦ blue 91

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

Shades of Palatinate Purple #6B345B

Tints of Palatinate Purple #6B345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 42.8%
G = 20.8%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B345B (or 0x6B345B) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 5B. RGB value is (107,52,91). Sum of RGB (Red+Green+Blue) = 107+52+91=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345B is #94CBA4. Grayscale: #484848. Windows color (decimal): -9751461 or 5977195. OLE color: 5977195.

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

Color convert

RGB 107 52 91 -
CMYK 0 0.51 0.15 0.58
HSL 317.45º 0.35% 0.31% -
HSV(B) 317.45º 0.51% 0.42% -
XYZ 9.18 6.34 10.64 -
YUV 72.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 107 52 91 0 0.51 0.15 0.58 317.45 0.35 0.31
Hex 6B 34 5B 0 33 F 3A 13D 23 1F
Octal 153 64 133 0 63 17 72 475 43 37
Binary 1101011 110100 1011011 0 110011 1111 111010 100111101 100011 11111

Color Harmonies of #6B345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B345B

Black with #6B345B

Text Example


Text Example

White with #6B345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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