Html Css Color HEX #6B345D Palatinate Purple

📋 copy color: '#6B345D'

red 107 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #6B345D

Tints of Palatinate Purple #6B345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 42.46%
G = 20.63%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B345D (or 0x6B345D) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 5D. RGB value is (107,52,93). Sum of RGB (Red+Green+Blue) = 107+52+93=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345D is #94CBA2. Grayscale: #494949. Windows color (decimal): -9751459 or 6108267. OLE color: 6108267.

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

Color convert

RGB 107 52 93 -
CMYK 0 0.51 0.13 0.58
HSL 315.27º 0.35% 0.31% -
HSV(B) 315.27º 0.51% 0.42% -
XYZ 9.27 6.37 11.1 -
YUV 73.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 107 52 93 0 0.51 0.13 0.58 315.27 0.35 0.31
Hex 6B 34 5D 0 33 D 3A 13B 23 1F
Octal 153 64 135 0 63 15 72 473 43 37
Binary 1101011 110100 1011101 0 110011 1101 111010 100111011 100011 11111

Color Harmonies of #6B345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B345D

Black with #6B345D

Text Example


Text Example

White with #6B345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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