#6f34ad

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

Shades of Royal Purple #6F34AD

Tints of Royal Purple #6F34AD

Color information

#6F34AD (or 0x6F34AD) is unknown color: approx Royal Purple. HEX triplet: 6F, 34 and AD. RGB value is (111,52,173). Sum of RGB (Red+Green+Blue) = 111+52+173=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F34AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F34AD is #90CB52. Grayscale: #535353. Windows color (decimal): -9489235 or 11351151. OLE color: 11351151.

HSL color Cylindrical-coordinate representation of color #6F34AD: hue angle of 269.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F34AD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11152173-
CMYK0.360.7000.32
HSL269.26º53.78%44.12%-
HSV(B)269.26º69.94%67.84%-
XYZ15.338.8540.44-
YUV83.44178.55147.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=33.04%
G=15.48%
B=51.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111521730.360.7000.32269.2653.7844.12
Hex6F34AD244602010d362c
Octal15764255441060404156654
Binary11011111101001010110110010010001100100000100001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f34ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,173); }

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

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

 a { background-color: rgb(111,52,173); }

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

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

 span { border-color: rgb(111,52,173); }

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