Html Css Color HEX #6F299A Royal Purple

📋 copy color: '#6F299A'

red 111 ◦ green 41 ◦ blue 154

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

Shades of Royal Purple #6F299A

Tints of Royal Purple #6F299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 36.27%
G = 13.4%
B = 50.33%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F299A (or 0x6F299A) is known color: Royal Purple. HEX triplet: 6F, 29 and 9A. RGB value is (111,41,154). Sum of RGB (Red+Green+Blue) = 111+41+154=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F299A is #90D665. Grayscale: #4A4A4A. Windows color (decimal): -9492070 or 10103151. OLE color: 10103151.

HSL color Cylindrical-coordinate representation of color #6F299A: hue angle of 277.17º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F299A is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 41 154 -
CMYK 0.28 0.73 0 0.40
HSL 277.17º 0.58% 0.38% -
HSV(B) 277.17º 0.73% 0.6% -
XYZ 13.18 7.3 31.29 -
YUV 74.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 111 41 154 0.28 0.73 0 0.40 277.17 0.58 0.38
Hex 6F 29 9A 1C 49 0 28 115 3A 26
Octal 157 51 232 34 111 0 50 425 72 46
Binary 1101111 101001 10011010 11100 1001001 0 101000 100010101 111010 100110

Color Harmonies of #6F299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F299A

Black with #6F299A

Text Example


Text Example

White with #6F299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,154); }

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

background-color css

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

 a { background-color: rgb(111,41,154); }

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

border-color css

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

 span { border-color: rgb(111,41,154); }

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