Html Css Color HEX #6A1085 Purple

📋 copy color: '#6A1085'

red 106 ◦ green 16 ◦ blue 133

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

Shades of Purple #6A1085

Tints of Purple #6A1085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 41.57%
G = 6.27%
B = 52.16%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A1085 (or 0x6A1085) is known color: Purple. HEX triplet: 6A, 10 and 85. RGB value is (106,16,133). Sum of RGB (Red+Green+Blue) = 106+16+133=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1085 is #95EF7A. Grayscale: #373737. Windows color (decimal): -9826171 or 8720490. OLE color: 8720490.

HSL color Cylindrical-coordinate representation of color #6A1085: hue angle of 286.15º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1085 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 16 133 -
CMYK 0.20 0.88 0 0.48
HSL 286.15º 0.79% 0.29% -
HSV(B) 286.15º 0.88% 0.52% -
XYZ 10.36 5.13 22.63 -
YUV 56.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 106 16 133 0.20 0.88 0 0.48 286.15 0.79 0.29
Hex 6A 10 85 14 58 0 30 11E 4F 1D
Octal 152 20 205 24 130 0 60 436 117 35
Binary 1101010 10000 10000101 10100 1011000 0 110000 100011110 1001111 11101

Color Harmonies of #6A1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1085

Black with #6A1085

Text Example


Text Example

White with #6A1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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