Html Css Color HEX #6F3696 Royal Purple

📋 copy color: '#6F3696'

red 111 ◦ green 54 ◦ blue 150

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

Shades of Royal Purple #6F3696

Tints of Royal Purple #6F3696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

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

R = 35.24%
G = 17.14%
B = 47.62%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F3696 (or 0x6F3696) is known color: Royal Purple. HEX triplet: 6F, 36 and 96. RGB value is (111,54,150). Sum of RGB (Red+Green+Blue) = 111+54+150=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3696 is #90C969. Grayscale: #515151. Windows color (decimal): -9488746 or 9844335. OLE color: 9844335.

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

Color convert

RGB 111 54 150 -
CMYK 0.26 0.64 0 0.41
HSL 275.63º 0.47% 0.4% -
HSV(B) 275.63º 0.64% 0.59% -
XYZ 13.38 8.22 29.74 -
YUV 81.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 111 54 150 0.26 0.64 0 0.41 275.63 0.47 0.4
Hex 6F 36 96 1A 40 0 29 114 2F 28
Octal 157 66 226 32 100 0 51 424 57 50
Binary 1101111 110110 10010110 11010 1000000 0 101001 100010100 101111 101000

Color Harmonies of #6F3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3696

Black with #6F3696

Text Example


Text Example

White with #6F3696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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