Html Css Color HEX #6D299B Royal Purple

📋 copy color: '#6D299B'

red 109 ◦ green 41 ◦ blue 155

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

Shades of Royal Purple #6D299B

Tints of Royal Purple #6D299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 35.74%
G = 13.44%
B = 50.82%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D299B (or 0x6D299B) is known color: Royal Purple. HEX triplet: 6D, 29 and 9B. RGB value is (109,41,155). Sum of RGB (Red+Green+Blue) = 109+41+155=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D299B is #92D664. Grayscale: #494949. Windows color (decimal): -9623141 or 10168685. OLE color: 10168685.

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

Color convert

RGB 109 41 155 -
CMYK 0.30 0.74 0 0.39
HSL 275.79º 0.58% 0.38% -
HSV(B) 275.79º 0.74% 0.61% -
XYZ 13.02 7.2 31.71 -
YUV 74.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 109 41 155 0.30 0.74 0 0.39 275.79 0.58 0.38
Hex 6D 29 9B 1E 4A 0 27 114 3A 26
Octal 155 51 233 36 112 0 47 424 72 46
Binary 1101101 101001 10011011 11110 1001010 0 100111 100010100 111010 100110

Color Harmonies of #6D299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D299B

Black with #6D299B

Text Example


Text Example

White with #6D299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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