Html Css Color HEX #6F3796 Royal Purple

📋 copy color: '#6F3796'

red 111 ◦ green 55 ◦ blue 150

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

Shades of Royal Purple #6F3796

Tints of Royal Purple #6F3796

RGB

 RED value IS 111 (43.75% from 255) = 35.13%

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 35.13%
G = 17.41%
B = 47.47%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F3796 (or 0x6F3796) is known color: Royal Purple. HEX triplet: 6F, 37 and 96. RGB value is (111,55,150). Sum of RGB (Red+Green+Blue) = 111+55+150=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F3796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3796 is #90C869. Grayscale: #525252. Windows color (decimal): -9488490 or 9844591. OLE color: 9844591.

HSL color Cylindrical-coordinate representation of color #6F3796: hue angle of 275.37º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3796 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 55 150 -
CMYK 0.26 0.63 0 0.41
HSL 275.37º 0.46% 0.4% -
HSV(B) 275.37º 0.63% 0.59% -
XYZ 13.43 8.31 29.75 -
YUV 82.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 111 55 150 0.26 0.63 0 0.41 275.37 0.46 0.4
Hex 6F 37 96 1A 3F 0 29 113 2E 28
Octal 157 67 226 32 77 0 51 423 56 50
Binary 1101111 110111 10010110 11010 111111 0 101001 100010011 101110 101000

Color Harmonies of #6F3796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3796

Black with #6F3796

Text Example


Text Example

White with #6F3796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,150); }

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

background-color css

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

 a { background-color: rgb(111,55,150); }

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

border-color css

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

 span { border-color: rgb(111,55,150); }

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