Html Css Color HEX #6F3EAC Royal Purple

📋 copy color: '#6F3EAC'

red 111 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #6F3EAC

Tints of Royal Purple #6F3EAC

RGB

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

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

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

R = 32.17%
G = 17.97%
B = 49.86%

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

#6F3EAC (or 0x6F3EAC) is known color: Royal Purple. HEX triplet: 6F, 3E and AC. RGB value is (111,62,172). Sum of RGB (Red+Green+Blue) = 111+62+172=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F3EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3EAC is #90C153. Grayscale: #585858. Windows color (decimal): -9486676 or 11288175. OLE color: 11288175.

HSL color Cylindrical-coordinate representation of color #6F3EAC: hue angle of 266.73º 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 #6F3EAC is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 62 172 -
CMYK 0.35 0.64 0 0.33
HSL 266.73º 0.47% 0.46% -
HSV(B) 266.73º 0.64% 0.67% -
XYZ 15.72 9.8 40.09 -
YUV 89.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 111 62 172 0.35 0.64 0 0.33 266.73 0.47 0.46
Hex 6F 3E AC 23 40 0 21 10B 2F 2E
Octal 157 76 254 43 100 0 41 413 57 56
Binary 1101111 111110 10101100 100011 1000000 0 100001 100001011 101111 101110

Color Harmonies of #6F3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3EAC

Black with #6F3EAC

Text Example


Text Example

White with #6F3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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