Html Css Color HEX #6C165A Palatinate Purple

📋 copy color: '#6C165A'

red 108 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #6C165A

Tints of Palatinate Purple #6C165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 49.09%
G = 10%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6C165A (or 0x6C165A) is known color: Palatinate Purple. HEX triplet: 6C, 16 and 5A. RGB value is (108,22,90). Sum of RGB (Red+Green+Blue) = 108+22+90=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C165A is #93E9A5. Grayscale: #373737. Windows color (decimal): -9693606 or 5903980. OLE color: 5903980.

HSL color Cylindrical-coordinate representation of color #6C165A: hue angle of 312.56º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C165A is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 22 90 -
CMYK 0 0.80 0.17 0.58
HSL 312.56º 0.66% 0.25% -
HSV(B) 312.56º 0.8% 0.42% -
XYZ 8.32 4.5 10.1 -
YUV 55.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 108 22 90 0 0.80 0.17 0.58 312.56 0.66 0.25
Hex 6C 16 5A 0 50 11 3A 139 42 19
Octal 154 26 132 0 120 21 72 471 102 31
Binary 1101100 10110 1011010 0 1010000 10001 111010 100111001 1000010 11001

Color Harmonies of #6C165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C165A

Black with #6C165A

Text Example


Text Example

White with #6C165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,90); }

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

background-color css

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

 a { background-color: rgb(108,22,90); }

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

border-color css

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

 span { border-color: rgb(108,22,90); }

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