Html Css Color HEX #6F299B Royal Purple

📋 copy color: '#6F299B'

red 111 ◦ green 41 ◦ blue 155

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

Shades of Royal Purple #6F299B

Tints of Royal Purple #6F299B

RGB

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

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

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

R = 36.16%
G = 13.36%
B = 50.49%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F299B (or 0x6F299B) is known color: Royal Purple. HEX triplet: 6F, 29 and 9B. RGB value is (111,41,155). Sum of RGB (Red+Green+Blue) = 111+41+155=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F299B is #90D664. Grayscale: #4A4A4A. Windows color (decimal): -9492069 or 10168687. OLE color: 10168687.

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

Color convert

RGB 111 41 155 -
CMYK 0.28 0.74 0 0.39
HSL 276.84º 0.58% 0.38% -
HSV(B) 276.84º 0.74% 0.61% -
XYZ 13.26 7.33 31.73 -
YUV 74.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 111 41 155 0.28 0.74 0 0.39 276.84 0.58 0.38
Hex 6F 29 9B 1C 4A 0 27 115 3A 26
Octal 157 51 233 34 112 0 47 425 72 46
Binary 1101111 101001 10011011 11100 1001010 0 100111 100010101 111010 100110

Color Harmonies of #6F299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F299B

Black with #6F299B

Text Example


Text Example

White with #6F299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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