Html Css Color HEX #6A048D Purple

📋 copy color: '#6A048D'

red 106 ◦ green 4 ◦ blue 141

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

Shades of Purple #6A048D

Tints of Purple #6A048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.18%

R = 42.23%
G = 1.59%
B = 56.18%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A048D (or 0x6A048D) is known color: Purple. HEX triplet: 6A, 04 and 8D. RGB value is (106,4,141). Sum of RGB (Red+Green+Blue) = 106+4+141=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A048D is #95FB72. Grayscale: #313131. Windows color (decimal): -9829235 or 9241706. OLE color: 9241706.

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

Color convert

RGB 106 4 141 -
CMYK 0.25 0.97 0 0.45
HSL 284.67º 0.94% 0.28% -
HSV(B) 284.67º 0.97% 0.55% -
XYZ 10.79 5.07 25.61 -
YUV 50.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 106 4 141 0.25 0.97 0 0.45 284.67 0.94 0.28
Hex 6A 4 8D 19 61 0 2D 11D 5E 1C
Octal 152 4 215 31 141 0 55 435 136 34
Binary 1101010 100 10001101 11001 1100001 0 101101 100011101 1011110 11100

Color Harmonies of #6A048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A048D

Black with #6A048D

Text Example


Text Example

White with #6A048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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