Html Css Color HEX #6F41AB Royal Purple

📋 copy color: '#6F41AB'

red 111 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #6F41AB

Tints of Royal Purple #6F41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 31.99%
G = 18.73%
B = 49.28%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F41AB (or 0x6F41AB) is known color: Royal Purple. HEX triplet: 6F, 41 and AB. RGB value is (111,65,171). Sum of RGB (Red+Green+Blue) = 111+65+171=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F41AB is #90BE54. Grayscale: #5A5A5A. Windows color (decimal): -9485909 or 11223407. OLE color: 11223407.

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

Color convert

RGB 111 65 171 -
CMYK 0.35 0.62 0 0.33
HSL 266.04º 0.45% 0.46% -
HSV(B) 266.04º 0.62% 0.67% -
XYZ 15.8 10.1 39.65 -
YUV 90.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 111 65 171 0.35 0.62 0 0.33 266.04 0.45 0.46
Hex 6F 41 AB 23 3E 0 21 10A 2D 2E
Octal 157 101 253 43 76 0 41 412 55 56
Binary 1101111 1000001 10101011 100011 111110 0 100001 100001010 101101 101110

Color Harmonies of #6F41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41AB

Black with #6F41AB

Text Example


Text Example

White with #6F41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,171); }

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

background-color css

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

 a { background-color: rgb(111,65,171); }

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

border-color css

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

 span { border-color: rgb(111,65,171); }

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