Html Css Color HEX #6D3CAB Royal Purple

📋 copy color: '#6D3CAB'

red 109 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #6D3CAB

Tints of Royal Purple #6D3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 32.06%
G = 17.65%
B = 50.29%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D3CAB (or 0x6D3CAB) is known color: Royal Purple. HEX triplet: 6D, 3C and AB. RGB value is (109,60,171). Sum of RGB (Red+Green+Blue) = 109+60+171=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3CAB is #92C354. Grayscale: #565656. Windows color (decimal): -9618261 or 11222125. OLE color: 11222125.

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

Color convert

RGB 109 60 171 -
CMYK 0.36 0.65 0 0.33
HSL 266.49º 0.48% 0.45% -
HSV(B) 266.49º 0.65% 0.67% -
XYZ 15.27 9.42 39.54 -
YUV 87.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 109 60 171 0.36 0.65 0 0.33 266.49 0.48 0.45
Hex 6D 3C AB 24 41 0 21 10A 30 2D
Octal 155 74 253 44 101 0 41 412 60 55
Binary 1101101 111100 10101011 100100 1000001 0 100001 100001010 110000 101101

Color Harmonies of #6D3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CAB

Black with #6D3CAB

Text Example


Text Example

White with #6D3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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