Html Css Color HEX #6C1A6D Palatinate Purple

📋 copy color: '#6C1A6D'

red 108 ◦ green 26 ◦ blue 109

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

Shades of Palatinate Purple #6C1A6D

Tints of Palatinate Purple #6C1A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.7%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 44.44%
G = 10.7%
B = 44.86%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C1A6D (or 0x6C1A6D) is known color: Palatinate Purple. HEX triplet: 6C, 1A and 6D. RGB value is (108,26,109). Sum of RGB (Red+Green+Blue) = 108+26+109=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C1A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A6D is #93E592. Grayscale: #3B3B3B. Windows color (decimal): -9692563 or 7150188. OLE color: 7150188.

HSL color Cylindrical-coordinate representation of color #6C1A6D: hue angle of 299.28º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A6D is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 26 109 -
CMYK 0.01 0.76 0 0.57
HSL 299.28º 0.61% 0.26% -
HSV(B) 299.28º 0.76% 0.43% -
XYZ 9.31 5.03 14.95 -
YUV 59.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 108 26 109 0.01 0.76 0 0.57 299.28 0.61 0.26
Hex 6C 1A 6D 1 4C 0 39 12B 3D 1A
Octal 154 32 155 1 114 0 71 453 75 32
Binary 1101100 11010 1101101 1 1001100 0 111001 100101011 111101 11010

Color Harmonies of #6C1A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A6D

Black with #6C1A6D

Text Example


Text Example

White with #6C1A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,109); }

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

background-color css

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

 a { background-color: rgb(108,26,109); }

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

border-color css

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

 span { border-color: rgb(108,26,109); }

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