Html Css Color HEX #6F4292 Royal Purple

📋 copy color: '#6F4292'

red 111 ◦ green 66 ◦ blue 146

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

Shades of Royal Purple #6F4292

Tints of Royal Purple #6F4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 34.37%
G = 20.43%
B = 45.2%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F4292 (or 0x6F4292) is known color: Royal Purple. HEX triplet: 6F, 42 and 92. RGB value is (111,66,146). Sum of RGB (Red+Green+Blue) = 111+66+146=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F4292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4292 is #90BD6D. Grayscale: #585858. Windows color (decimal): -9485678 or 9585263. OLE color: 9585263.

HSL color Cylindrical-coordinate representation of color #6F4292: hue angle of 273.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4292 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 66 146 -
CMYK 0.24 0.55 0 0.43
HSL 273.75º 0.38% 0.42% -
HSV(B) 273.75º 0.55% 0.57% -
XYZ 13.69 9.35 28.28 -
YUV 88.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 111 66 146 0.24 0.55 0 0.43 273.75 0.38 0.42
Hex 6F 42 92 18 37 0 2B 112 26 2A
Octal 157 102 222 30 67 0 53 422 46 52
Binary 1101111 1000010 10010010 11000 110111 0 101011 100010010 100110 101010

Color Harmonies of #6F4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4292

Black with #6F4292

Text Example


Text Example

White with #6F4292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,146); }

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

background-color css

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

 a { background-color: rgb(111,66,146); }

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

border-color css

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

 span { border-color: rgb(111,66,146); }

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