Html Css Color HEX #6C3359 Palatinate Purple

📋 copy color: '#6C3359'

red 108 ◦ green 51 ◦ blue 89

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

Shades of Palatinate Purple #6C3359

Tints of Palatinate Purple #6C3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

 BLUE value IS 89 (35.16% from 255) = 35.89%

R = 43.55%
G = 20.56%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6C3359 (or 0x6C3359) is known color: Palatinate Purple. HEX triplet: 6C, 33 and 59. RGB value is (108,51,89). Sum of RGB (Red+Green+Blue) = 108+51+89=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3359 is #93CCA6. Grayscale: #484848. Windows color (decimal): -9686183 or 5845868. OLE color: 5845868.

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

Color convert

RGB 108 51 89 -
CMYK 0 0.53 0.18 0.58
HSL 320º 0.36% 0.31% -
HSV(B) 320º 0.53% 0.42% -
XYZ 9.17 6.28 10.18 -
YUV 72.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 108 51 89 0 0.53 0.18 0.58 320 0.36 0.31
Hex 6C 33 59 0 35 12 3A 140 24 1F
Octal 154 63 131 0 65 22 72 500 44 37
Binary 1101100 110011 1011001 0 110101 10010 111010 101000000 100100 11111

Color Harmonies of #6C3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3359

Black with #6C3359

Text Example


Text Example

White with #6C3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,51,89); }

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

background-color css

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

 a { background-color: rgb(108,51,89); }

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

border-color css

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

 span { border-color: rgb(108,51,89); }

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