Html Css Color HEX #6F449B Royal Purple

📋 copy color: '#6F449B'

red 111 ◦ green 68 ◦ blue 155

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

Shades of Royal Purple #6F449B

Tints of Royal Purple #6F449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 33.23%
G = 20.36%
B = 46.41%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F449B (or 0x6F449B) is known color: Royal Purple. HEX triplet: 6F, 44 and 9B. RGB value is (111,68,155). Sum of RGB (Red+Green+Blue) = 111+68+155=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F449B is #90BB64. Grayscale: #5A5A5A. Windows color (decimal): -9485157 or 10175599. OLE color: 10175599.

HSL color Cylindrical-coordinate representation of color #6F449B: hue angle of 269.66º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F449B is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 68 155 -
CMYK 0.28 0.56 0 0.39
HSL 269.66º 0.39% 0.44% -
HSV(B) 269.66º 0.56% 0.61% -
XYZ 14.54 9.88 32.15 -
YUV 90.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 111 68 155 0.28 0.56 0 0.39 269.66 0.39 0.44
Hex 6F 44 9B 1C 38 0 27 10E 27 2C
Octal 157 104 233 34 70 0 47 416 47 54
Binary 1101111 1000100 10011011 11100 111000 0 100111 100001110 100111 101100

Color Harmonies of #6F449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F449B

Black with #6F449B

Text Example


Text Example

White with #6F449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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