Html Css Color HEX #6D1C9D Royal Purple

📋 copy color: '#6D1C9D'

red 109 ◦ green 28 ◦ blue 157

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

Shades of Royal Purple #6D1C9D

Tints of Royal Purple #6D1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 37.07%
G = 9.52%
B = 53.4%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D1C9D (or 0x6D1C9D) is known color: Royal Purple. HEX triplet: 6D, 1C and 9D. RGB value is (109,28,157). Sum of RGB (Red+Green+Blue) = 109+28+157=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D1C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1C9D is #92E362. Grayscale: #424242. Windows color (decimal): -9626467 or 10296429. OLE color: 10296429.

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

Color convert

RGB 109 28 157 -
CMYK 0.31 0.82 0 0.38
HSL 277.67º 0.7% 0.36% -
HSV(B) 277.67º 0.82% 0.62% -
XYZ 12.81 6.52 32.48 -
YUV 66.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 109 28 157 0.31 0.82 0 0.38 277.67 0.7 0.36
Hex 6D 1C 9D 1F 52 0 26 116 46 24
Octal 155 34 235 37 122 0 46 426 106 44
Binary 1101101 11100 10011101 11111 1010010 0 100110 100010110 1000110 100100

Color Harmonies of #6D1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1C9D

Black with #6D1C9D

Text Example


Text Example

White with #6D1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,28,157); }

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

background-color css

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

 a { background-color: rgb(109,28,157); }

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

border-color css

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

 span { border-color: rgb(109,28,157); }

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