Html Css Color HEX #6F27AA Royal Purple

📋 copy color: '#6F27AA'

red 111 ◦ green 39 ◦ blue 170

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

Shades of Royal Purple #6F27AA

Tints of Royal Purple #6F27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 34.69%
G = 12.19%
B = 53.13%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F27AA (or 0x6F27AA) is known color: Royal Purple. HEX triplet: 6F, 27 and AA. RGB value is (111,39,170). Sum of RGB (Red+Green+Blue) = 111+39+170=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F27AA is #90D855. Grayscale: #4B4B4B. Windows color (decimal): -9492566 or 11151215. OLE color: 11151215.

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

Color convert

RGB 111 39 170 -
CMYK 0.35 0.77 0 0.33
HSL 272.98º 0.63% 0.41% -
HSV(B) 272.98º 0.77% 0.67% -
XYZ 14.54 7.73 38.76 -
YUV 75.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 111 39 170 0.35 0.77 0 0.33 272.98 0.63 0.41
Hex 6F 27 AA 23 4D 0 21 111 3F 29
Octal 157 47 252 43 115 0 41 421 77 51
Binary 1101111 100111 10101010 100011 1001101 0 100001 100010001 111111 101001

Color Harmonies of #6F27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F27AA

Black with #6F27AA

Text Example


Text Example

White with #6F27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,39,170); }

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

background-color css

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

 a { background-color: rgb(111,39,170); }

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

border-color css

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

 span { border-color: rgb(111,39,170); }

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