#6F42AC

Color #6F42AC Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6F42AC

Tints of Royal Purple #6F42AC

Color information

#6F42AC (or 0x6F42AC) is unknown color: approx Royal Purple. HEX triplet: 6F, 42 and AC. RGB value is (111,66,172). Sum of RGB (Red+Green+Blue) = 111+66+172=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F42AC is #90BD53. Grayscale: #5B5B5B. Windows color (decimal): -9485652 or 11289199. OLE color: 11289199.

HSL color Cylindrical-coordinate representation of color #6F42AC: hue angle of 265.47º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F42AC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11166172-
CMYK0.350.6200.33
HSL265.47º44.54%46.67%-
HSV(B)265.47º61.63%67.45%-
XYZ15.9510.2540.17-
YUV91.54173.41141.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=31.81%
G=18.91%
B=49.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111661720.350.6200.33265.4744.5446.67
Hex6F42AC233E0211092d2f
Octal15710225443760414115557
Binary11011111000010101011001000111111100100001100001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F42AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,172); }

 H1.HeaderClassName
 {
   color: #6F42AC;
 }
 .AnyTagClassName
 {
   color: #6F42AC;
 }
</style>
background-color css

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

 a { background-color: rgb(111,66,172); }

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

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

 span { border-color: rgb(111,66,172); }

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