Html Css Color HEX #6F3293 Royal Purple

📋 copy color: '#6F3293'

red 111 ◦ green 50 ◦ blue 147

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

Shades of Royal Purple #6F3293

Tints of Royal Purple #6F3293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 36.04%
G = 16.23%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F3293 (or 0x6F3293) is known color: Royal Purple. HEX triplet: 6F, 32 and 93. RGB value is (111,50,147). Sum of RGB (Red+Green+Blue) = 111+50+147=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F3293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3293 is #90CD6C. Grayscale: #4E4E4E. Windows color (decimal): -9489773 or 9646703. OLE color: 9646703.

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

Color convert

RGB 111 50 147 -
CMYK 0.24 0.66 0 0.42
HSL 277.73º 0.49% 0.39% -
HSV(B) 277.73º 0.66% 0.58% -
XYZ 12.96 7.77 28.42 -
YUV 79.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 111 50 147 0.24 0.66 0 0.42 277.73 0.49 0.39
Hex 6F 32 93 18 42 0 2A 116 31 27
Octal 157 62 223 30 102 0 52 426 61 47
Binary 1101111 110010 10010011 11000 1000010 0 101010 100010110 110001 100111

Color Harmonies of #6F3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3293

Black with #6F3293

Text Example


Text Example

White with #6F3293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,147); }

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

background-color css

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

 a { background-color: rgb(111,50,147); }

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

border-color css

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

 span { border-color: rgb(111,50,147); }

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