Html Css Color HEX #6A107F Purple

📋 copy color: '#6A107F'

red 106 ◦ green 16 ◦ blue 127

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

Shades of Purple #6A107F

Tints of Purple #6A107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51%

R = 42.57%
G = 6.43%
B = 51%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A107F (or 0x6A107F) is known color: Purple. HEX triplet: 6A, 10 and 7F. RGB value is (106,16,127). Sum of RGB (Red+Green+Blue) = 106+16+127=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A107F is #95EF80. Grayscale: #373737. Windows color (decimal): -9826177 or 8327274. OLE color: 8327274.

HSL color Cylindrical-coordinate representation of color #6A107F: hue angle of 288.65º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A107F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 16 127 -
CMYK 0.17 0.87 0 0.50
HSL 288.65º 0.78% 0.28% -
HSV(B) 288.65º 0.87% 0.5% -
XYZ 9.96 4.97 20.51 -
YUV 55.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 106 16 127 0.17 0.87 0 0.50 288.65 0.78 0.28
Hex 6A 10 7F 11 57 0 32 121 4E 1C
Octal 152 20 177 21 127 0 62 441 116 34
Binary 1101010 10000 1111111 10001 1010111 0 110010 100100001 1001110 11100

Color Harmonies of #6A107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A107F

Black with #6A107F

Text Example


Text Example

White with #6A107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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