Html Css Color HEX #6F26AB Royal Purple

📋 copy color: '#6F26AB'

red 111 ◦ green 38 ◦ blue 171

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

Shades of Royal Purple #6F26AB

Tints of Royal Purple #6F26AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 34.69%
G = 11.88%
B = 53.44%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F26AB (or 0x6F26AB) is known color: Royal Purple. HEX triplet: 6F, 26 and AB. RGB value is (111,38,171). Sum of RGB (Red+Green+Blue) = 111+38+171=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F26AB is #90D954. Grayscale: #4A4A4A. Windows color (decimal): -9492821 or 11216495. OLE color: 11216495.

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

Color convert

RGB 111 38 171 -
CMYK 0.35 0.78 0 0.33
HSL 272.93º 0.64% 0.41% -
HSV(B) 272.93º 0.78% 0.67% -
XYZ 14.6 7.71 39.25 -
YUV 74.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 111 38 171 0.35 0.78 0 0.33 272.93 0.64 0.41
Hex 6F 26 AB 23 4E 0 21 111 40 29
Octal 157 46 253 43 116 0 41 421 100 51
Binary 1101111 100110 10101011 100011 1001110 0 100001 100010001 1000000 101001

Color Harmonies of #6F26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F26AB

Black with #6F26AB

Text Example


Text Example

White with #6F26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,171); }

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

background-color css

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

 a { background-color: rgb(111,38,171); }

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

border-color css

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

 span { border-color: rgb(111,38,171); }

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