Html Css Color HEX #6C195E Palatinate Purple

📋 copy color: '#6C195E'

red 108 ◦ green 25 ◦ blue 94

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

Shades of Palatinate Purple #6C195E

Tints of Palatinate Purple #6C195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 47.58%
G = 11.01%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C195E (or 0x6C195E) is known color: Palatinate Purple. HEX triplet: 6C, 19 and 5E. RGB value is (108,25,94). Sum of RGB (Red+Green+Blue) = 108+25+94=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C195E is #93E6A1. Grayscale: #393939. Windows color (decimal): -9692834 or 6166892. OLE color: 6166892.

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

Color convert

RGB 108 25 94 -
CMYK 0 0.77 0.13 0.58
HSL 310.12º 0.62% 0.26% -
HSV(B) 310.12º 0.77% 0.42% -
XYZ 8.55 4.69 11.04 -
YUV 57.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 108 25 94 0 0.77 0.13 0.58 310.12 0.62 0.26
Hex 6C 19 5E 0 4D D 3A 136 3E 1A
Octal 154 31 136 0 115 15 72 466 76 32
Binary 1101100 11001 1011110 0 1001101 1101 111010 100110110 111110 11010

Color Harmonies of #6C195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C195E

Black with #6C195E

Text Example


Text Example

White with #6C195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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