Html Css Color HEX #6C345F Palatinate Purple

📋 copy color: '#6C345F'

red 108 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #6C345F

Tints of Palatinate Purple #6C345F

RGB

 RED value IS 108 (42.58% from 255) = 42.35%

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

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

R = 42.35%
G = 20.39%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C345F (or 0x6C345F) is known color: Palatinate Purple. HEX triplet: 6C, 34 and 5F. RGB value is (108,52,95). Sum of RGB (Red+Green+Blue) = 108+52+95=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C345F is #93CBA0. Grayscale: #494949. Windows color (decimal): -9685921 or 6239340. OLE color: 6239340.

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

Color convert

RGB 108 52 95 -
CMYK 0 0.52 0.12 0.58
HSL 313.93º 0.35% 0.31% -
HSV(B) 313.93º 0.52% 0.42% -
XYZ 9.48 6.47 11.58 -
YUV 73.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 108 52 95 0 0.52 0.12 0.58 313.93 0.35 0.31
Hex 6C 34 5F 0 34 C 3A 13A 23 1F
Octal 154 64 137 0 64 14 72 472 43 37
Binary 1101100 110100 1011111 0 110100 1100 111010 100111010 100011 11111

Color Harmonies of #6C345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C345F

Black with #6C345F

Text Example


Text Example

White with #6C345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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