Html Css Color HEX #6F41AD Royal Purple

📋 copy color: '#6F41AD'

red 111 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #6F41AD

Tints of Royal Purple #6F41AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 31.81%
G = 18.62%
B = 49.57%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F41AD (or 0x6F41AD) is known color: Royal Purple. HEX triplet: 6F, 41 and AD. RGB value is (111,65,173). Sum of RGB (Red+Green+Blue) = 111+65+173=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F41AD is #90BE52. Grayscale: #5A5A5A. Windows color (decimal): -9485907 or 11354479. OLE color: 11354479.

HSL color Cylindrical-coordinate representation of color #6F41AD: hue angle of 265.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F41AD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 65 173 -
CMYK 0.36 0.62 0 0.32
HSL 265.56º 0.45% 0.47% -
HSV(B) 265.56º 0.62% 0.68% -
XYZ 15.99 10.18 40.66 -
YUV 91.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 111 65 173 0.36 0.62 0 0.32 265.56 0.45 0.47
Hex 6F 41 AD 24 3E 0 20 10A 2D 2F
Octal 157 101 255 44 76 0 40 412 55 57
Binary 1101111 1000001 10101101 100100 111110 0 100000 100001010 101101 101111

Color Harmonies of #6F41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41AD

Black with #6F41AD

Text Example


Text Example

White with #6F41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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