Html Css Color HEX #6B345F Palatinate Purple

📋 copy color: '#6B345F'

red 107 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #6B345F

Tints of Palatinate Purple #6B345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.4%

R = 42.13%
G = 20.47%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B345F (or 0x6B345F) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 5F. RGB value is (107,52,95). Sum of RGB (Red+Green+Blue) = 107+52+95=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345F is #94CBA0. Grayscale: #494949. Windows color (decimal): -9751457 or 6239339. OLE color: 6239339.

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

Color convert

RGB 107 52 95 -
CMYK 0 0.51 0.11 0.58
HSL 313.09º 0.35% 0.31% -
HSV(B) 313.09º 0.51% 0.42% -
XYZ 9.36 6.41 11.57 -
YUV 73.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 107 52 95 0 0.51 0.11 0.58 313.09 0.35 0.31
Hex 6B 34 5F 0 33 B 3A 139 23 1F
Octal 153 64 137 0 63 13 72 471 43 37
Binary 1101011 110100 1011111 0 110011 1011 111010 100111001 100011 11111

Color Harmonies of #6B345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B345F

Black with #6B345F

Text Example


Text Example

White with #6B345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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