Html Css Color HEX #6C147F Purple

📋 copy color: '#6C147F'

red 108 ◦ green 20 ◦ blue 127

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

Shades of Purple #6C147F

Tints of Purple #6C147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 42.35%
G = 7.84%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C147F (or 0x6C147F) is known color: Purple. HEX triplet: 6C, 14 and 7F. RGB value is (108,20,127). Sum of RGB (Red+Green+Blue) = 108+20+127=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C147F is #93EB80. Grayscale: #3A3A3A. Windows color (decimal): -9694081 or 8328300. OLE color: 8328300.

HSL color Cylindrical-coordinate representation of color #6C147F: hue angle of 289.35º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C147F is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 20 127 -
CMYK 0.15 0.84 0 0.50
HSL 289.35º 0.73% 0.29% -
HSV(B) 289.35º 0.84% 0.5% -
XYZ 10.27 5.22 20.55 -
YUV 58.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 108 20 127 0.15 0.84 0 0.50 289.35 0.73 0.29
Hex 6C 14 7F F 54 0 32 121 49 1D
Octal 154 24 177 17 124 0 62 441 111 35
Binary 1101100 10100 1111111 1111 1010100 0 110010 100100001 1001001 11101

Color Harmonies of #6C147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C147F

Black with #6C147F

Text Example


Text Example

White with #6C147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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