Html Css Color HEX #6A047E Purple

📋 copy color: '#6A047E'

red 106 ◦ green 4 ◦ blue 126

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

Shades of Purple #6A047E

Tints of Purple #6A047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 44.92%
G = 1.69%
B = 53.39%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A047E (or 0x6A047E) is known color: Purple. HEX triplet: 6A, 04 and 7E. RGB value is (106,4,126). Sum of RGB (Red+Green+Blue) = 106+4+126=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A047E is #95FB81. Grayscale: #303030. Windows color (decimal): -9829250 or 8258666. OLE color: 8258666.

HSL color Cylindrical-coordinate representation of color #6A047E: hue angle of 290.16º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A047E is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 4 126 -
CMYK 0.16 0.97 0 0.51
HSL 290.16º 0.94% 0.25% -
HSV(B) 290.16º 0.97% 0.49% -
XYZ 9.75 4.66 20.12 -
YUV 48.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 106 4 126 0.16 0.97 0 0.51 290.16 0.94 0.25
Hex 6A 4 7E 10 61 0 33 122 5E 19
Octal 152 4 176 20 141 0 63 442 136 31
Binary 1101010 100 1111110 10000 1100001 0 110011 100100010 1011110 11001

Color Harmonies of #6A047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A047E

Black with #6A047E

Text Example


Text Example

White with #6A047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,126); }

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

background-color css

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

 a { background-color: rgb(106,4,126); }

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

border-color css

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

 span { border-color: rgb(106,4,126); }

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