Html Css Color HEX #6C146D Palatinate Purple

📋 copy color: '#6C146D'

red 108 ◦ green 20 ◦ blue 109

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

Shades of Palatinate Purple #6C146D

Tints of Palatinate Purple #6C146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 45.57%
G = 8.44%
B = 45.99%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C146D (or 0x6C146D) is known color: Palatinate Purple. HEX triplet: 6C, 14 and 6D. RGB value is (108,20,109). Sum of RGB (Red+Green+Blue) = 108+20+109=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C146D is #93EB92. Grayscale: #383838. Windows color (decimal): -9694099 or 7148652. OLE color: 7148652.

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

Color convert

RGB 108 20 109 -
CMYK 0.01 0.82 0 0.57
HSL 299.33º 0.69% 0.25% -
HSV(B) 299.33º 0.82% 0.43% -
XYZ 9.19 4.79 14.91 -
YUV 56.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 108 20 109 0.01 0.82 0 0.57 299.33 0.69 0.25
Hex 6C 14 6D 1 52 0 39 12B 45 19
Octal 154 24 155 1 122 0 71 453 105 31
Binary 1101100 10100 1101101 1 1010010 0 111001 100101011 1000101 11001

Color Harmonies of #6C146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C146D

Black with #6C146D

Text Example


Text Example

White with #6C146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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