Html Css Color HEX #6A147F Purple

📋 copy color: '#6A147F'

red 106 ◦ green 20 ◦ blue 127

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

Shades of Purple #6A147F

Tints of Purple #6A147F

RGB

 RED value IS 106 (41.8% from 255) = 41.9%

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

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

R = 41.9%
G = 7.91%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A147F (or 0x6A147F) is known color: Purple. HEX triplet: 6A, 14 and 7F. RGB value is (106,20,127). Sum of RGB (Red+Green+Blue) = 106+20+127=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A147F is #95EB80. Grayscale: #393939. Windows color (decimal): -9825153 or 8328298. OLE color: 8328298.

HSL color Cylindrical-coordinate representation of color #6A147F: hue angle of 288.22º 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 #6A147F is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 20 127 -
CMYK 0.17 0.84 0 0.50
HSL 288.22º 0.73% 0.29% -
HSV(B) 288.22º 0.84% 0.5% -
XYZ 10.02 5.1 20.53 -
YUV 57.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 106 20 127 0.17 0.84 0 0.50 288.22 0.73 0.29
Hex 6A 14 7F 11 54 0 32 120 49 1D
Octal 152 24 177 21 124 0 62 440 111 35
Binary 1101010 10100 1111111 10001 1010100 0 110010 100100000 1001001 11101

Color Harmonies of #6A147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A147F

Black with #6A147F

Text Example


Text Example

White with #6A147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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