Html Css Color HEX #6F409E Royal Purple

📋 copy color: '#6F409E'

red 111 ◦ green 64 ◦ blue 158

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

Shades of Royal Purple #6F409E

Tints of Royal Purple #6F409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 33.33%
G = 19.22%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F409E (or 0x6F409E) is known color: Royal Purple. HEX triplet: 6F, 40 and 9E. RGB value is (111,64,158). Sum of RGB (Red+Green+Blue) = 111+64+158=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F409E is #90BF61. Grayscale: #585858. Windows color (decimal): -9486178 or 10371183. OLE color: 10371183.

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

Color convert

RGB 111 64 158 -
CMYK 0.30 0.59 0 0.38
HSL 270º 0.42% 0.44% -
HSV(B) 270º 0.59% 0.62% -
XYZ 14.56 9.51 33.42 -
YUV 88.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 111 64 158 0.30 0.59 0 0.38 270 0.42 0.44
Hex 6F 40 9E 1E 3B 0 26 10E 2A 2C
Octal 157 100 236 36 73 0 46 416 52 54
Binary 1101111 1000000 10011110 11110 111011 0 100110 100001110 101010 101100

Color Harmonies of #6F409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F409E

Black with #6F409E

Text Example


Text Example

White with #6F409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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