Html Css Color HEX #6F3995 Royal Purple

📋 copy color: '#6F3995'

red 111 ◦ green 57 ◦ blue 149

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

Shades of Royal Purple #6F3995

Tints of Royal Purple #6F3995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 149 (58.59% from 255) = 47%

R = 35.02%
G = 17.98%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F3995 (or 0x6F3995) is known color: Royal Purple. HEX triplet: 6F, 39 and 95. RGB value is (111,57,149). Sum of RGB (Red+Green+Blue) = 111+57+149=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F3995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3995 is #90C66A. Grayscale: #535353. Windows color (decimal): -9487979 or 9779567. OLE color: 9779567.

HSL color Cylindrical-coordinate representation of color #6F3995: hue angle of 275.22º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F3995 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 57 149 -
CMYK 0.26 0.62 0 0.42
HSL 275.22º 0.45% 0.4% -
HSV(B) 275.22º 0.62% 0.58% -
XYZ 13.44 8.48 29.36 -
YUV 83.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 111 57 149 0.26 0.62 0 0.42 275.22 0.45 0.4
Hex 6F 39 95 1A 3E 0 2A 113 2D 28
Octal 157 71 225 32 76 0 52 423 55 50
Binary 1101111 111001 10010101 11010 111110 0 101010 100010011 101101 101000

Color Harmonies of #6F3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3995

Black with #6F3995

Text Example


Text Example

White with #6F3995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,149); }

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

background-color css

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

 a { background-color: rgb(111,57,149); }

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

border-color css

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

 span { border-color: rgb(111,57,149); }

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