Html Css Color HEX #6F3E95 Royal Purple

📋 copy color: '#6F3E95'

red 111 ◦ green 62 ◦ blue 149

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

Shades of Royal Purple #6F3E95

Tints of Royal Purple #6F3E95

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

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

R = 34.47%
G = 19.25%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F3E95 (or 0x6F3E95) is known color: Royal Purple. HEX triplet: 6F, 3E and 95. RGB value is (111,62,149). Sum of RGB (Red+Green+Blue) = 111+62+149=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F3E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3E95 is #90C16A. Grayscale: #565656. Windows color (decimal): -9486699 or 9780847. OLE color: 9780847.

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

Color convert

RGB 111 62 149 -
CMYK 0.26 0.58 0 0.42
HSL 273.79º 0.41% 0.41% -
HSV(B) 273.79º 0.58% 0.58% -
XYZ 13.7 8.99 29.45 -
YUV 86.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 111 62 149 0.26 0.58 0 0.42 273.79 0.41 0.41
Hex 6F 3E 95 1A 3A 0 2A 112 29 29
Octal 157 76 225 32 72 0 52 422 51 51
Binary 1101111 111110 10010101 11010 111010 0 101010 100010010 101001 101001

Color Harmonies of #6F3E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E95

Black with #6F3E95

Text Example


Text Example

White with #6F3E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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