Html Css Color HEX #6A1089 Purple

📋 copy color: '#6A1089'

red 106 ◦ green 16 ◦ blue 137

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

Shades of Purple #6A1089

Tints of Purple #6A1089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 40.93%
G = 6.18%
B = 52.9%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A1089 (or 0x6A1089) is known color: Purple. HEX triplet: 6A, 10 and 89. RGB value is (106,16,137). Sum of RGB (Red+Green+Blue) = 106+16+137=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A1089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1089 is #95EF76. Grayscale: #383838. Windows color (decimal): -9826167 or 8982634. OLE color: 8982634.

HSL color Cylindrical-coordinate representation of color #6A1089: hue angle of 284.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1089 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 16 137 -
CMYK 0.23 0.88 0 0.46
HSL 284.63º 0.79% 0.3% -
HSV(B) 284.63º 0.88% 0.54% -
XYZ 10.64 5.24 24.12 -
YUV 56.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 106 16 137 0.23 0.88 0 0.46 284.63 0.79 0.3
Hex 6A 10 89 17 58 0 2E 11D 4F 1E
Octal 152 20 211 27 130 0 56 435 117 36
Binary 1101010 10000 10001001 10111 1011000 0 101110 100011101 1001111 11110

Color Harmonies of #6A1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1089

Black with #6A1089

Text Example


Text Example

White with #6A1089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,16,137); }

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

background-color css

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

 a { background-color: rgb(106,16,137); }

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

border-color css

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

 span { border-color: rgb(106,16,137); }

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