Html Css Color HEX #6F2899 Royal Purple

📋 copy color: '#6F2899'

red 111 ◦ green 40 ◦ blue 153

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

Shades of Royal Purple #6F2899

Tints of Royal Purple #6F2899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 36.51%
G = 13.16%
B = 50.33%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F2899 (or 0x6F2899) is known color: Royal Purple. HEX triplet: 6F, 28 and 99. RGB value is (111,40,153). Sum of RGB (Red+Green+Blue) = 111+40+153=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F2899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2899 is #90D766. Grayscale: #494949. Windows color (decimal): -9492327 or 10037359. OLE color: 10037359.

HSL color Cylindrical-coordinate representation of color #6F2899: hue angle of 277.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F2899 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 40 153 -
CMYK 0.27 0.74 0 0.4
HSL 277.7º 0.59% 0.38% -
HSV(B) 277.7º 0.74% 0.6% -
XYZ 13.06 7.2 30.84 -
YUV 74.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 111 40 153 0.27 0.74 0 0.4 277.7 0.59 0.38
Hex 6F 28 99 1B 4A 0 28 116 3B 26
Octal 157 50 231 33 112 0 50 426 73 46
Binary 1101111 101000 10011001 11011 1001010 0 101000 100010110 111011 100110

Color Harmonies of #6F2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2899

Black with #6F2899

Text Example


Text Example

White with #6F2899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,153); }

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

background-color css

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

 a { background-color: rgb(111,40,153); }

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

border-color css

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

 span { border-color: rgb(111,40,153); }

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