Html Css Color HEX #6D28AB Royal Purple

📋 copy color: '#6D28AB'

red 109 ◦ green 40 ◦ blue 171

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

Shades of Royal Purple #6D28AB

Tints of Royal Purple #6D28AB

RGB

 RED value IS 109 (42.97% from 255) = 34.06%

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

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

R = 34.06%
G = 12.5%
B = 53.44%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D28AB (or 0x6D28AB) is known color: Royal Purple. HEX triplet: 6D, 28 and AB. RGB value is (109,40,171). Sum of RGB (Red+Green+Blue) = 109+40+171=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 40 (16.02% from 255 or 12.5% 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 #6D28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D28AB is #92D754. Grayscale: #4B4B4B. Windows color (decimal): -9623381 or 11217005. OLE color: 11217005.

HSL color Cylindrical-coordinate representation of color #6D28AB: hue angle of 271.6º degrees, saturation: 0.62, 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 #6D28AB is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 40 171 -
CMYK 0.36 0.77 0 0.33
HSL 271.6º 0.62% 0.41% -
HSV(B) 271.6º 0.77% 0.67% -
XYZ 14.42 7.71 39.26 -
YUV 75.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 109 40 171 0.36 0.77 0 0.33 271.6 0.62 0.41
Hex 6D 28 AB 24 4D 0 21 110 3E 29
Octal 155 50 253 44 115 0 41 420 76 51
Binary 1101101 101000 10101011 100100 1001101 0 100001 100010000 111110 101001

Color Harmonies of #6D28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D28AB

Black with #6D28AB

Text Example


Text Example

White with #6D28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,171); }

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

background-color css

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

 a { background-color: rgb(109,40,171); }

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

border-color css

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

 span { border-color: rgb(109,40,171); }

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