Html Css Color HEX #6D36AB Royal Purple

📋 copy color: '#6D36AB'

red 109 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #6D36AB

Tints of Royal Purple #6D36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

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

R = 32.63%
G = 16.17%
B = 51.2%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D36AB (or 0x6D36AB) is known color: Royal Purple. HEX triplet: 6D, 36 and AB. RGB value is (109,54,171). Sum of RGB (Red+Green+Blue) = 109+54+171=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D36AB is #92C954. Grayscale: #535353. Windows color (decimal): -9619797 or 11220589. OLE color: 11220589.

HSL color Cylindrical-coordinate representation of color #6D36AB: hue angle of 268.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D36AB is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 54 171 -
CMYK 0.36 0.68 0 0.33
HSL 268.21º 0.52% 0.44% -
HSV(B) 268.21º 0.68% 0.67% -
XYZ 14.98 8.83 39.44 -
YUV 83.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 109 54 171 0.36 0.68 0 0.33 268.21 0.52 0.44
Hex 6D 36 AB 24 44 0 21 10C 34 2C
Octal 155 66 253 44 104 0 41 414 64 54
Binary 1101101 110110 10101011 100100 1000100 0 100001 100001100 110100 101100

Color Harmonies of #6D36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D36AB

Black with #6D36AB

Text Example


Text Example

White with #6D36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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