Html Css Color HEX #6A056F Purple

📋 copy color: '#6A056F'

red 106 ◦ green 5 ◦ blue 111

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

Shades of Purple #6A056F

Tints of Purple #6A056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 111 (43.75% from 255) = 50%

R = 47.75%
G = 2.25%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A056F (or 0x6A056F) is known color: Purple. HEX triplet: 6A, 05 and 6F. RGB value is (106,5,111). Sum of RGB (Red+Green+Blue) = 106+5+111=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A056F is #95FA90. Grayscale: #2E2E2E. Windows color (decimal): -9829009 or 7275882. OLE color: 7275882.

HSL color Cylindrical-coordinate representation of color #6A056F: hue angle of 297.17º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A056F is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 5 111 -
CMYK 0.05 0.95 0 0.56
HSL 297.17º 0.91% 0.23% -
HSV(B) 297.17º 0.95% 0.44% -
XYZ 8.87 4.32 15.41 -
YUV 47.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 106 5 111 0.05 0.95 0 0.56 297.17 0.91 0.23
Hex 6A 5 6F 5 5F 0 38 129 5B 17
Octal 152 5 157 5 137 0 70 451 133 27
Binary 1101010 101 1101111 101 1011111 0 111000 100101001 1011011 10111

Color Harmonies of #6A056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A056F

Black with #6A056F

Text Example


Text Example

White with #6A056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,5,111); }

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

background-color css

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

 a { background-color: rgb(106,5,111); }

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

border-color css

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

 span { border-color: rgb(106,5,111); }

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