Html Css Color HEX #6D3599 Royal Purple

📋 copy color: '#6D3599'

red 109 ◦ green 53 ◦ blue 153

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

Shades of Royal Purple #6D3599

Tints of Royal Purple #6D3599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 34.6%
G = 16.83%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D3599 (or 0x6D3599) is known color: Royal Purple. HEX triplet: 6D, 35 and 99. RGB value is (109,53,153). Sum of RGB (Red+Green+Blue) = 109+53+153=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3599 is #92CA66. Grayscale: #505050. Windows color (decimal): -9620071 or 10040685. OLE color: 10040685.

HSL color Cylindrical-coordinate representation of color #6D3599: hue angle of 273.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D3599 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 53 153 -
CMYK 0.29 0.65 0 0.4
HSL 273.6º 0.49% 0.4% -
HSV(B) 273.6º 0.65% 0.6% -
XYZ 13.33 8.1 31 -
YUV 81.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 109 53 153 0.29 0.65 0 0.4 273.6 0.49 0.4
Hex 6D 35 99 1D 41 0 28 112 31 28
Octal 155 65 231 35 101 0 50 422 61 50
Binary 1101101 110101 10011001 11101 1000001 0 101000 100010010 110001 101000

Color Harmonies of #6D3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3599

Black with #6D3599

Text Example


Text Example

White with #6D3599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,53,153); }

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

background-color css

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

 a { background-color: rgb(109,53,153); }

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

border-color css

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

 span { border-color: rgb(109,53,153); }

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