Html Css Color HEX #6D3BAC Royal Purple

📋 copy color: '#6D3BAC'

red 109 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #6D3BAC

Tints of Royal Purple #6D3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 32.06%
G = 17.35%
B = 50.59%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D3BAC (or 0x6D3BAC) is known color: Royal Purple. HEX triplet: 6D, 3B and AC. RGB value is (109,59,172). Sum of RGB (Red+Green+Blue) = 109+59+172=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3BAC is #92C453. Grayscale: #565656. Windows color (decimal): -9618516 or 11287405. OLE color: 11287405.

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

Color convert

RGB 109 59 172 -
CMYK 0.37 0.66 0 0.33
HSL 266.55º 0.49% 0.45% -
HSV(B) 266.55º 0.66% 0.67% -
XYZ 15.32 9.36 40.03 -
YUV 86.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 109 59 172 0.37 0.66 0 0.33 266.55 0.49 0.45
Hex 6D 3B AC 25 42 0 21 10B 31 2D
Octal 155 73 254 45 102 0 41 413 61 55
Binary 1101101 111011 10101100 100101 1000010 0 100001 100001011 110001 101101

Color Harmonies of #6D3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3BAC

Black with #6D3BAC

Text Example


Text Example

White with #6D3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,172); }

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

background-color css

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

 a { background-color: rgb(109,59,172); }

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

border-color css

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

 span { border-color: rgb(109,59,172); }

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