Html Css Color HEX #6F3194 Royal Purple

📋 copy color: '#6F3194'

red 111 ◦ green 49 ◦ blue 148

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

Shades of Royal Purple #6F3194

Tints of Royal Purple #6F3194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

 BLUE value IS 148 (58.2% from 255) = 48.05%

R = 36.04%
G = 15.91%
B = 48.05%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F3194 (or 0x6F3194) is known color: Royal Purple. HEX triplet: 6F, 31 and 94. RGB value is (111,49,148). Sum of RGB (Red+Green+Blue) = 111+49+148=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3194 is #90CE6B. Grayscale: #4E4E4E. Windows color (decimal): -9490028 or 9711983. OLE color: 9711983.

HSL color Cylindrical-coordinate representation of color #6F3194: hue angle of 277.58º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3194 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 49 148 -
CMYK 0.25 0.67 0 0.42
HSL 277.58º 0.5% 0.39% -
HSV(B) 277.58º 0.67% 0.58% -
XYZ 13 7.71 28.82 -
YUV 78.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 111 49 148 0.25 0.67 0 0.42 277.58 0.5 0.39
Hex 6F 31 94 19 43 0 2A 116 32 27
Octal 157 61 224 31 103 0 52 426 62 47
Binary 1101111 110001 10010100 11001 1000011 0 101010 100010110 110010 100111

Color Harmonies of #6F3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3194

Black with #6F3194

Text Example


Text Example

White with #6F3194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,49,148); }

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

background-color css

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

 a { background-color: rgb(111,49,148); }

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

border-color css

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

 span { border-color: rgb(111,49,148); }

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