Html Css Color HEX #6F449C Royal Purple

📋 copy color: '#6F449C'

red 111 ◦ green 68 ◦ blue 156

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

Shades of Royal Purple #6F449C

Tints of Royal Purple #6F449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 33.13%
G = 20.3%
B = 46.57%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F449C (or 0x6F449C) is known color: Royal Purple. HEX triplet: 6F, 44 and 9C. RGB value is (111,68,156). Sum of RGB (Red+Green+Blue) = 111+68+156=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F449C is #90BB63. Grayscale: #5A5A5A. Windows color (decimal): -9485156 or 10241135. OLE color: 10241135.

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

Color convert

RGB 111 68 156 -
CMYK 0.29 0.56 0 0.39
HSL 269.32º 0.39% 0.44% -
HSV(B) 269.32º 0.56% 0.61% -
XYZ 14.62 9.91 32.6 -
YUV 90.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 111 68 156 0.29 0.56 0 0.39 269.32 0.39 0.44
Hex 6F 44 9C 1D 38 0 27 10D 27 2C
Octal 157 104 234 35 70 0 47 415 47 54
Binary 1101111 1000100 10011100 11101 111000 0 100111 100001101 100111 101100

Color Harmonies of #6F449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F449C

Black with #6F449C

Text Example


Text Example

White with #6F449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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