Html Css Color HEX #6F3EAB Royal Purple

📋 copy color: '#6F3EAB'

red 111 ◦ green 62 ◦ blue 171

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

Shades of Royal Purple #6F3EAB

Tints of Royal Purple #6F3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

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

R = 32.27%
G = 18.02%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F3EAB (or 0x6F3EAB) is known color: Royal Purple. HEX triplet: 6F, 3E and AB. RGB value is (111,62,171). Sum of RGB (Red+Green+Blue) = 111+62+171=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3EAB is #90C154. Grayscale: #585858. Windows color (decimal): -9486677 or 11222639. OLE color: 11222639.

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

Color convert

RGB 111 62 171 -
CMYK 0.35 0.64 0 0.33
HSL 266.97º 0.47% 0.46% -
HSV(B) 266.97º 0.64% 0.67% -
XYZ 15.63 9.77 39.59 -
YUV 89.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 111 62 171 0.35 0.64 0 0.33 266.97 0.47 0.46
Hex 6F 3E AB 23 40 0 21 10B 2F 2E
Octal 157 76 253 43 100 0 41 413 57 56
Binary 1101111 111110 10101011 100011 1000000 0 100001 100001011 101111 101110

Color Harmonies of #6F3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3EAB

Black with #6F3EAB

Text Example


Text Example

White with #6F3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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