Html Css Color HEX #6C205F Palatinate Purple

📋 copy color: '#6C205F'

red 108 ◦ green 32 ◦ blue 95

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

Shades of Palatinate Purple #6C205F

Tints of Palatinate Purple #6C205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 45.96%
G = 13.62%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C205F (or 0x6C205F) is known color: Palatinate Purple. HEX triplet: 6C, 20 and 5F. RGB value is (108,32,95). Sum of RGB (Red+Green+Blue) = 108+32+95=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C205F is #93DFA0. Grayscale: #3D3D3D. Windows color (decimal): -9691041 or 6234220. OLE color: 6234220.

HSL color Cylindrical-coordinate representation of color #6C205F: hue angle of 310.26º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C205F is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 95 -
CMYK 0 0.70 0.12 0.58
HSL 310.26º 0.54% 0.27% -
HSV(B) 310.26º 0.7% 0.42% -
XYZ 8.77 5.05 11.34 -
YUV 61.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 108 32 95 0 0.70 0.12 0.58 310.26 0.54 0.27
Hex 6C 20 5F 0 46 C 3A 136 36 1B
Octal 154 40 137 0 106 14 72 466 66 33
Binary 1101100 100000 1011111 0 1000110 1100 111010 100110110 110110 11011

Color Harmonies of #6C205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C205F

Black with #6C205F

Text Example


Text Example

White with #6C205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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