Html Css Color HEX #6F319F Royal Purple

📋 copy color: '#6F319F'

red 111 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #6F319F

Tints of Royal Purple #6F319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 34.8%
G = 15.36%
B = 49.84%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F319F (or 0x6F319F) is known color: Royal Purple. HEX triplet: 6F, 31 and 9F. RGB value is (111,49,159). Sum of RGB (Red+Green+Blue) = 111+49+159=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F319F is #90CE60. Grayscale: #4F4F4F. Windows color (decimal): -9490017 or 10432879. OLE color: 10432879.

HSL color Cylindrical-coordinate representation of color #6F319F: hue angle of 273.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F319F is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 49 159 -
CMYK 0.30 0.69 0 0.38
HSL 273.82º 0.53% 0.41% -
HSV(B) 273.82º 0.69% 0.62% -
XYZ 13.91 8.08 33.63 -
YUV 80.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 111 49 159 0.30 0.69 0 0.38 273.82 0.53 0.41
Hex 6F 31 9F 1E 45 0 26 112 35 29
Octal 157 61 237 36 105 0 46 422 65 51
Binary 1101111 110001 10011111 11110 1000101 0 100110 100010010 110101 101001

Color Harmonies of #6F319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F319F

Black with #6F319F

Text Example


Text Example

White with #6F319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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