Html Css Color HEX #6D369F Royal Purple

📋 copy color: '#6D369F'

red 109 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #6D369F

Tints of Royal Purple #6D369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 33.85%
G = 16.77%
B = 49.38%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D369F (or 0x6D369F) is known color: Royal Purple. HEX triplet: 6D, 36 and 9F. RGB value is (109,54,159). Sum of RGB (Red+Green+Blue) = 109+54+159=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D369F is #92C960. Grayscale: #525252. Windows color (decimal): -9619809 or 10434157. OLE color: 10434157.

HSL color Cylindrical-coordinate representation of color #6D369F: hue angle of 271.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D369F is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 54 159 -
CMYK 0.31 0.66 0 0.38
HSL 271.43º 0.49% 0.42% -
HSV(B) 271.43º 0.66% 0.62% -
XYZ 13.88 8.39 33.69 -
YUV 82.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 109 54 159 0.31 0.66 0 0.38 271.43 0.49 0.42
Hex 6D 36 9F 1F 42 0 26 10F 31 2A
Octal 155 66 237 37 102 0 46 417 61 52
Binary 1101101 110110 10011111 11111 1000010 0 100110 100001111 110001 101010

Color Harmonies of #6D369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D369F

Black with #6D369F

Text Example


Text Example

White with #6D369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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