Html Css Color HEX #6C127C Purple

📋 copy color: '#6C127C'

red 108 ◦ green 18 ◦ blue 124

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

Shades of Purple #6C127C

Tints of Purple #6C127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.6%

R = 43.2%
G = 7.2%
B = 49.6%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C127C (or 0x6C127C) is known color: Purple. HEX triplet: 6C, 12 and 7C. RGB value is (108,18,124). Sum of RGB (Red+Green+Blue) = 108+18+124=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C127C is #93ED83. Grayscale: #383838. Windows color (decimal): -9694596 or 8131180. OLE color: 8131180.

HSL color Cylindrical-coordinate representation of color #6C127C: hue angle of 290.94º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C127C is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 18 124 -
CMYK 0.13 0.85 0 0.51
HSL 290.94º 0.75% 0.28% -
HSV(B) 290.94º 0.85% 0.49% -
XYZ 10.04 5.08 19.52 -
YUV 56.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 108 18 124 0.13 0.85 0 0.51 290.94 0.75 0.28
Hex 6C 12 7C D 55 0 33 123 4B 1C
Octal 154 22 174 15 125 0 63 443 113 34
Binary 1101100 10010 1111100 1101 1010101 0 110011 100100011 1001011 11100

Color Harmonies of #6C127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C127C

Black with #6C127C

Text Example


Text Example

White with #6C127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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