Html Css Color HEX #6C285B Palatinate Purple

📋 copy color: '#6C285B'

red 108 ◦ green 40 ◦ blue 91

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

Shades of Palatinate Purple #6C285B

Tints of Palatinate Purple #6C285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 45.19%
G = 16.74%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C285B (or 0x6C285B) is known color: Palatinate Purple. HEX triplet: 6C, 28 and 5B. RGB value is (108,40,91). Sum of RGB (Red+Green+Blue) = 108+40+91=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C285B is #93D7A4. Grayscale: #424242. Windows color (decimal): -9688997 or 5974124. OLE color: 5974124.

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

Color convert

RGB 108 40 91 -
CMYK 0 0.63 0.16 0.58
HSL 315º 0.46% 0.29% -
HSV(B) 315º 0.63% 0.42% -
XYZ 8.83 5.46 10.49 -
YUV 66.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 108 40 91 0 0.63 0.16 0.58 315 0.46 0.29
Hex 6C 28 5B 0 3F 10 3A 13B 2E 1D
Octal 154 50 133 0 77 20 72 473 56 35
Binary 1101100 101000 1011011 0 111111 10000 111010 100111011 101110 11101

Color Harmonies of #6C285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C285B

Black with #6C285B

Text Example


Text Example

White with #6C285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,40,91); }

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

background-color css

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

 a { background-color: rgb(108,40,91); }

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

border-color css

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

 span { border-color: rgb(108,40,91); }

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