Html Css Color HEX #6C126D Palatinate Purple

📋 copy color: '#6C126D'

red 108 ◦ green 18 ◦ blue 109

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

Shades of Palatinate Purple #6C126D

Tints of Palatinate Purple #6C126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 45.96%
G = 7.66%
B = 46.38%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C126D (or 0x6C126D) is known color: Palatinate Purple. HEX triplet: 6C, 12 and 6D. RGB value is (108,18,109). Sum of RGB (Red+Green+Blue) = 108+18+109=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C126D is #93ED92. Grayscale: #373737. Windows color (decimal): -9694611 or 7148140. OLE color: 7148140.

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

Color convert

RGB 108 18 109 -
CMYK 0.01 0.83 0 0.57
HSL 299.34º 0.72% 0.25% -
HSV(B) 299.34º 0.83% 0.43% -
XYZ 9.16 4.72 14.9 -
YUV 55.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 108 18 109 0.01 0.83 0 0.57 299.34 0.72 0.25
Hex 6C 12 6D 1 53 0 39 12B 48 19
Octal 154 22 155 1 123 0 71 453 110 31
Binary 1101100 10010 1101101 1 1010011 0 111001 100101011 1001000 11001

Color Harmonies of #6C126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C126D

Black with #6C126D

Text Example


Text Example

White with #6C126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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