Html Css Color HEX #6F449D Royal Purple

📋 copy color: '#6F449D'

red 111 ◦ green 68 ◦ blue 157

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

Shades of Royal Purple #6F449D

Tints of Royal Purple #6F449D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 33.04%
G = 20.24%
B = 46.73%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F449D (or 0x6F449D) is known color: Royal Purple. HEX triplet: 6F, 44 and 9D. RGB value is (111,68,157). Sum of RGB (Red+Green+Blue) = 111+68+157=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F449D is #90BB62. Grayscale: #5A5A5A. Windows color (decimal): -9485155 or 10306671. OLE color: 10306671.

HSL color Cylindrical-coordinate representation of color #6F449D: hue angle of 268.99º 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 #6F449D is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 68 157 -
CMYK 0.29 0.57 0 0.38
HSL 268.99º 0.4% 0.44% -
HSV(B) 268.99º 0.57% 0.62% -
XYZ 14.71 9.95 33.04 -
YUV 91 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 111 68 157 0.29 0.57 0 0.38 268.99 0.4 0.44
Hex 6F 44 9D 1D 39 0 26 10D 28 2C
Octal 157 104 235 35 71 0 46 415 50 54
Binary 1101111 1000100 10011101 11101 111001 0 100110 100001101 101000 101100

Color Harmonies of #6F449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F449D

Black with #6F449D

Text Example


Text Example

White with #6F449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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