Html Css Color HEX #6F29AC Royal Purple

📋 copy color: '#6F29AC'

red 111 ◦ green 41 ◦ blue 172

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

Shades of Royal Purple #6F29AC

Tints of Royal Purple #6F29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 34.26%
G = 12.65%
B = 53.09%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F29AC (or 0x6F29AC) is known color: Royal Purple. HEX triplet: 6F, 29 and AC. RGB value is (111,41,172). Sum of RGB (Red+Green+Blue) = 111+41+172=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F29AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F29AC is #90D653. Grayscale: #4C4C4C. Windows color (decimal): -9492052 or 11282799. OLE color: 11282799.

HSL color Cylindrical-coordinate representation of color #6F29AC: hue angle of 272.06º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F29AC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 41 172 -
CMYK 0.35 0.76 0 0.33
HSL 272.06º 0.62% 0.42% -
HSV(B) 272.06º 0.76% 0.67% -
XYZ 14.79 7.94 39.78 -
YUV 76.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 111 41 172 0.35 0.76 0 0.33 272.06 0.62 0.42
Hex 6F 29 AC 23 4C 0 21 110 3E 2A
Octal 157 51 254 43 114 0 41 420 76 52
Binary 1101111 101001 10101100 100011 1001100 0 100001 100010000 111110 101010

Color Harmonies of #6F29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F29AC

Black with #6F29AC

Text Example


Text Example

White with #6F29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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