Html Css Color HEX #6F449E Royal Purple

📋 copy color: '#6F449E'

red 111 ◦ green 68 ◦ blue 158

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

Shades of Royal Purple #6F449E

Tints of Royal Purple #6F449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

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

R = 32.94%
G = 20.18%
B = 46.88%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F449E (or 0x6F449E) is known color: Royal Purple. HEX triplet: 6F, 44 and 9E. RGB value is (111,68,158). Sum of RGB (Red+Green+Blue) = 111+68+158=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F449E is #90BB61. Grayscale: #5A5A5A. Windows color (decimal): -9485154 or 10372207. OLE color: 10372207.

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

Color convert

RGB 111 68 158 -
CMYK 0.30 0.57 0 0.38
HSL 268.67º 0.4% 0.44% -
HSV(B) 268.67º 0.57% 0.62% -
XYZ 14.79 9.98 33.49 -
YUV 91.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 111 68 158 0.30 0.57 0 0.38 268.67 0.4 0.44
Hex 6F 44 9E 1E 39 0 26 10D 28 2C
Octal 157 104 236 36 71 0 46 415 50 54
Binary 1101111 1000100 10011110 11110 111001 0 100110 100001101 101000 101100

Color Harmonies of #6F449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F449E

Black with #6F449E

Text Example


Text Example

White with #6F449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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