Html Css Color HEX #6C275D Palatinate Purple

📋 copy color: '#6C275D'

red 108 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #6C275D

Tints of Palatinate Purple #6C275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

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

R = 45%
G = 16.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C275D (or 0x6C275D) is known color: Palatinate Purple. HEX triplet: 6C, 27 and 5D. RGB value is (108,39,93). Sum of RGB (Red+Green+Blue) = 108+39+93=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C275D is #93D8A2. Grayscale: #414141. Windows color (decimal): -9689251 or 6104940. OLE color: 6104940.

HSL color Cylindrical-coordinate representation of color #6C275D: hue angle of 313.04º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C275D is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 39 93 -
CMYK 0 0.64 0.14 0.58
HSL 313.04º 0.47% 0.29% -
HSV(B) 313.04º 0.64% 0.42% -
XYZ 8.89 5.43 10.94 -
YUV 65.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 108 39 93 0 0.64 0.14 0.58 313.04 0.47 0.29
Hex 6C 27 5D 0 40 E 3A 139 2F 1D
Octal 154 47 135 0 100 16 72 471 57 35
Binary 1101100 100111 1011101 0 1000000 1110 111010 100111001 101111 11101

Color Harmonies of #6C275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C275D

Black with #6C275D

Text Example


Text Example

White with #6C275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,39,93); }

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

background-color css

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

 a { background-color: rgb(108,39,93); }

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

border-color css

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

 span { border-color: rgb(108,39,93); }

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