Html Css Color HEX #6F3EAD Royal Purple

📋 copy color: '#6F3EAD'

red 111 ◦ green 62 ◦ blue 173

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

Shades of Royal Purple #6F3EAD

Tints of Royal Purple #6F3EAD

RGB

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

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

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

R = 32.08%
G = 17.92%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F3EAD (or 0x6F3EAD) is known color: Royal Purple. HEX triplet: 6F, 3E and AD. RGB value is (111,62,173). Sum of RGB (Red+Green+Blue) = 111+62+173=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F3EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3EAD is #90C152. Grayscale: #585858. Windows color (decimal): -9486675 or 11353711. OLE color: 11353711.

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

Color convert

RGB 111 62 173 -
CMYK 0.36 0.64 0 0.32
HSL 266.49º 0.47% 0.46% -
HSV(B) 266.49º 0.64% 0.68% -
XYZ 15.82 9.84 40.6 -
YUV 89.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 111 62 173 0.36 0.64 0 0.32 266.49 0.47 0.46
Hex 6F 3E AD 24 40 0 20 10A 2F 2E
Octal 157 76 255 44 100 0 40 412 57 56
Binary 1101111 111110 10101101 100100 1000000 0 100000 100001010 101111 101110

Color Harmonies of #6F3EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3EAD

Black with #6F3EAD

Text Example


Text Example

White with #6F3EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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