Html Css Color HEX #6F399B Royal Purple

📋 copy color: '#6F399B'

red 111 ◦ green 57 ◦ blue 155

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

Shades of Royal Purple #6F399B

Tints of Royal Purple #6F399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 34.37%
G = 17.65%
B = 47.99%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F399B (or 0x6F399B) is known color: Royal Purple. HEX triplet: 6F, 39 and 9B. RGB value is (111,57,155). Sum of RGB (Red+Green+Blue) = 111+57+155=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F399B is #90C664. Grayscale: #535353. Windows color (decimal): -9487973 or 10172783. OLE color: 10172783.

HSL color Cylindrical-coordinate representation of color #6F399B: hue angle of 273.06º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F399B is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 57 155 -
CMYK 0.28 0.63 0 0.39
HSL 273.06º 0.46% 0.42% -
HSV(B) 273.06º 0.63% 0.61% -
XYZ 13.94 8.67 31.95 -
YUV 84.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 111 57 155 0.28 0.63 0 0.39 273.06 0.46 0.42
Hex 6F 39 9B 1C 3F 0 27 111 2E 2A
Octal 157 71 233 34 77 0 47 421 56 52
Binary 1101111 111001 10011011 11100 111111 0 100111 100010001 101110 101010

Color Harmonies of #6F399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F399B

Black with #6F399B

Text Example


Text Example

White with #6F399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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