Html Css Color HEX #6A056C Purple

📋 copy color: '#6A056C'

red 106 ◦ green 5 ◦ blue 108

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

Shades of Purple #6A056C

Tints of Purple #6A056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 48.4%
G = 2.28%
B = 49.32%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A056C (or 0x6A056C) is known color: Purple. HEX triplet: 6A, 05 and 6C. RGB value is (106,5,108). Sum of RGB (Red+Green+Blue) = 106+5+108=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A056C is #95FA93. Grayscale: #2E2E2E. Windows color (decimal): -9829012 or 7079274. OLE color: 7079274.

HSL color Cylindrical-coordinate representation of color #6A056C: hue angle of 298.83º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A056C is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 5 108 -
CMYK 0.02 0.95 0 0.58
HSL 298.84º 0.91% 0.22% -
HSV(B) 298.84º 0.95% 0.42% -
XYZ 8.7 4.26 14.55 -
YUV 46.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 106 5 108 0.02 0.95 0 0.58 298.84 0.91 0.22
Hex 6A 5 6C 2 5F 0 3A 12B 5B 16
Octal 152 5 154 2 137 0 72 453 133 26
Binary 1101010 101 1101100 10 1011111 0 111010 100101011 1011011 10110

Color Harmonies of #6A056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A056C

Black with #6A056C

Text Example


Text Example

White with #6A056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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