Html Css Color HEX #6F4094 Royal Purple

📋 copy color: '#6F4094'

red 111 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #6F4094

Tints of Royal Purple #6F4094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 34.37%
G = 19.81%
B = 45.82%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F4094 (or 0x6F4094) is known color: Royal Purple. HEX triplet: 6F, 40 and 94. RGB value is (111,64,148). Sum of RGB (Red+Green+Blue) = 111+64+148=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F4094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4094 is #90BF6B. Grayscale: #575757. Windows color (decimal): -9486188 or 9715823. OLE color: 9715823.

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

Color convert

RGB 111 64 148 -
CMYK 0.25 0.57 0 0.42
HSL 273.57º 0.4% 0.42% -
HSV(B) 273.57º 0.57% 0.58% -
XYZ 13.73 9.18 29.07 -
YUV 87.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 111 64 148 0.25 0.57 0 0.42 273.57 0.4 0.42
Hex 6F 40 94 19 39 0 2A 112 28 2A
Octal 157 100 224 31 71 0 52 422 50 52
Binary 1101111 1000000 10010100 11001 111001 0 101010 100010010 101000 101010

Color Harmonies of #6F4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4094

Black with #6F4094

Text Example


Text Example

White with #6F4094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,148); }

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

background-color css

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

 a { background-color: rgb(111,64,148); }

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

border-color css

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

 span { border-color: rgb(111,64,148); }

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