Html Css Color HEX #6D2C9B Royal Purple

📋 copy color: '#6D2C9B'

red 109 ◦ green 44 ◦ blue 155

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

Shades of Royal Purple #6D2C9B

Tints of Royal Purple #6D2C9B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 35.39%
G = 14.29%
B = 50.32%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D2C9B (or 0x6D2C9B) is known color: Royal Purple. HEX triplet: 6D, 2C and 9B. RGB value is (109,44,155). Sum of RGB (Red+Green+Blue) = 109+44+155=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2C9B is #92D364. Grayscale: #4B4B4B. Windows color (decimal): -9622373 or 10169453. OLE color: 10169453.

HSL color Cylindrical-coordinate representation of color #6D2C9B: hue angle of 275.14º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D2C9B is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 44 155 -
CMYK 0.30 0.72 0 0.39
HSL 275.14º 0.56% 0.39% -
HSV(B) 275.14º 0.72% 0.61% -
XYZ 13.12 7.42 31.75 -
YUV 76.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 109 44 155 0.30 0.72 0 0.39 275.14 0.56 0.39
Hex 6D 2C 9B 1E 48 0 27 113 38 27
Octal 155 54 233 36 110 0 47 423 70 47
Binary 1101101 101100 10011011 11110 1001000 0 100111 100010011 111000 100111

Color Harmonies of #6D2C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2C9B

Black with #6D2C9B

Text Example


Text Example

White with #6D2C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,44,155); }

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

background-color css

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

 a { background-color: rgb(109,44,155); }

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

border-color css

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

 span { border-color: rgb(109,44,155); }

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