Html Css Color HEX #6F3FAC Royal Purple

📋 copy color: '#6F3FAC'

red 111 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #6F3FAC

Tints of Royal Purple #6F3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

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

R = 32.08%
G = 18.21%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F3FAC (or 0x6F3FAC) is known color: Royal Purple. HEX triplet: 6F, 3F and AC. RGB value is (111,63,172). Sum of RGB (Red+Green+Blue) = 111+63+172=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3FAC is #90C053. Grayscale: #595959. Windows color (decimal): -9486420 or 11288431. OLE color: 11288431.

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

Color convert

RGB 111 63 172 -
CMYK 0.35 0.63 0 0.33
HSL 266.42º 0.46% 0.46% -
HSV(B) 266.42º 0.63% 0.67% -
XYZ 15.78 9.91 40.11 -
YUV 89.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 111 63 172 0.35 0.63 0 0.33 266.42 0.46 0.46
Hex 6F 3F AC 23 3F 0 21 10A 2E 2E
Octal 157 77 254 43 77 0 41 412 56 56
Binary 1101111 111111 10101100 100011 111111 0 100001 100001010 101110 101110

Color Harmonies of #6F3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3FAC

Black with #6F3FAC

Text Example


Text Example

White with #6F3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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