Html Css Color HEX #6F4192 Royal Purple

📋 copy color: '#6F4192'

red 111 ◦ green 65 ◦ blue 146

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

Shades of Royal Purple #6F4192

Tints of Royal Purple #6F4192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 34.47%
G = 20.19%
B = 45.34%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F4192 (or 0x6F4192) is known color: Royal Purple. HEX triplet: 6F, 41 and 92. RGB value is (111,65,146). Sum of RGB (Red+Green+Blue) = 111+65+146=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4192 is #90BE6D. Grayscale: #575757. Windows color (decimal): -9485934 or 9585007. OLE color: 9585007.

HSL color Cylindrical-coordinate representation of color #6F4192: hue angle of 274.07º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4192 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 65 146 -
CMYK 0.24 0.55 0 0.43
HSL 274.07º 0.38% 0.41% -
HSV(B) 274.07º 0.55% 0.57% -
XYZ 13.63 9.24 28.26 -
YUV 87.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 111 65 146 0.24 0.55 0 0.43 274.07 0.38 0.41
Hex 6F 41 92 18 37 0 2B 112 26 29
Octal 157 101 222 30 67 0 53 422 46 51
Binary 1101111 1000001 10010010 11000 110111 0 101011 100010010 100110 101001

Color Harmonies of #6F4192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4192

Black with #6F4192

Text Example


Text Example

White with #6F4192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,146); }

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

background-color css

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

 a { background-color: rgb(111,65,146); }

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

border-color css

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

 span { border-color: rgb(111,65,146); }

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