Html Css Color HEX #6C095E Palatinate Purple

📋 copy color: '#6C095E'

red 108 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #6C095E

Tints of Palatinate Purple #6C095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 51.18%
G = 4.27%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C095E (or 0x6C095E) is known color: Palatinate Purple. HEX triplet: 6C, 09 and 5E. RGB value is (108,9,94). Sum of RGB (Red+Green+Blue) = 108+9+94=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C095E is #93F6A1. Grayscale: #303030. Windows color (decimal): -9696930 or 6162796. OLE color: 6162796.

HSL color Cylindrical-coordinate representation of color #6C095E: hue angle of 308.48º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C095E is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 9 94 -
CMYK 0 0.92 0.13 0.58
HSL 308.48º 0.85% 0.23% -
HSV(B) 308.48º 0.92% 0.42% -
XYZ 8.3 4.19 10.96 -
YUV 48.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 108 9 94 0 0.92 0.13 0.58 308.48 0.85 0.23
Hex 6C 9 5E 0 5C D 3A 134 55 17
Octal 154 11 136 0 134 15 72 464 125 27
Binary 1101100 1001 1011110 0 1011100 1101 111010 100110100 1010101 10111

Color Harmonies of #6C095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C095E

Black with #6C095E

Text Example


Text Example

White with #6C095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,9,94); }

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

background-color css

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

 a { background-color: rgb(108,9,94); }

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

border-color css

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

 span { border-color: rgb(108,9,94); }

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