#6F38B1

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

Shades of Royal Purple #6F38B1

Tints of Royal Purple #6F38B1

Color information

#6F38B1 (or 0x6F38B1) is unknown color: approx Royal Purple. HEX triplet: 6F, 38 and B1. RGB value is (111,56,177). Sum of RGB (Red+Green+Blue) = 111+56+177=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F38B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F38B1 is #90C74E. Grayscale: #555555. Windows color (decimal): -9488207 or 11614319. OLE color: 11614319.

HSL color Cylindrical-coordinate representation of color #6F38B1: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F38B1 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11156177-
CMYK0.370.6800.31
HSL267.27º51.93%45.69%-
HSV(B)267.27º68.36%69.41%-
XYZ15.919.3842.57-
YUV86.24179.22145.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.27%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=32.27%
G=16.28%
B=51.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111561770.370.6800.31267.2751.9345.69
Hex6F38B1254401F10b342e
Octal15770261451040374136456
Binary1101111111000101100011001011000100011111100001011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F38B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,56,177); }

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

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

 a { background-color: rgb(111,56,177); }

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

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

 span { border-color: rgb(111,56,177); }

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