Html Css Color HEX #6F2EAC Royal Purple

📋 copy color: '#6F2EAC'

red 111 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #6F2EAC

Tints of Royal Purple #6F2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.98%

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

R = 33.74%
G = 13.98%
B = 52.28%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F2EAC (or 0x6F2EAC) is known color: Royal Purple. HEX triplet: 6F, 2E and AC. RGB value is (111,46,172). Sum of RGB (Red+Green+Blue) = 111+46+172=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F2EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2EAC is #90D153. Grayscale: #4F4F4F. Windows color (decimal): -9490772 or 11284079. OLE color: 11284079.

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

Color convert

RGB 111 46 172 -
CMYK 0.35 0.73 0 0.33
HSL 270.95º 0.58% 0.43% -
HSV(B) 270.95º 0.73% 0.67% -
XYZ 14.98 8.31 39.84 -
YUV 79.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 111 46 172 0.35 0.73 0 0.33 270.95 0.58 0.43
Hex 6F 2E AC 23 49 0 21 10F 3A 2B
Octal 157 56 254 43 111 0 41 417 72 53
Binary 1101111 101110 10101100 100011 1001001 0 100001 100001111 111010 101011

Color Harmonies of #6F2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2EAC

Black with #6F2EAC

Text Example


Text Example

White with #6F2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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