Html Css Color HEX #6F28AA Royal Purple

📋 copy color: '#6F28AA'

red 111 ◦ green 40 ◦ blue 170

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

Shades of Royal Purple #6F28AA

Tints of Royal Purple #6F28AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

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

R = 34.58%
G = 12.46%
B = 52.96%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F28AA (or 0x6F28AA) is known color: Royal Purple. HEX triplet: 6F, 28 and AA. RGB value is (111,40,170). Sum of RGB (Red+Green+Blue) = 111+40+170=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F28AA is #90D755. Grayscale: #4B4B4B. Windows color (decimal): -9492310 or 11151471. OLE color: 11151471.

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

Color convert

RGB 111 40 170 -
CMYK 0.35 0.76 0 0.33
HSL 272.77º 0.62% 0.41% -
HSV(B) 272.77º 0.76% 0.67% -
XYZ 14.57 7.8 38.77 -
YUV 76.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 111 40 170 0.35 0.76 0 0.33 272.77 0.62 0.41
Hex 6F 28 AA 23 4C 0 21 111 3E 29
Octal 157 50 252 43 114 0 41 421 76 51
Binary 1101111 101000 10101010 100011 1001100 0 100001 100010001 111110 101001

Color Harmonies of #6F28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F28AA

Black with #6F28AA

Text Example


Text Example

White with #6F28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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