Html Css Color HEX #6D429D Royal Purple

📋 copy color: '#6D429D'

red 109 ◦ green 66 ◦ blue 157

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

Shades of Royal Purple #6D429D

Tints of Royal Purple #6D429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

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

R = 32.83%
G = 19.88%
B = 47.29%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D429D (or 0x6D429D) is known color: Royal Purple. HEX triplet: 6D, 42 and 9D. RGB value is (109,66,157). Sum of RGB (Red+Green+Blue) = 109+66+157=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D429D is #92BD62. Grayscale: #585858. Windows color (decimal): -9616739 or 10306157. OLE color: 10306157.

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

Color convert

RGB 109 66 157 -
CMYK 0.31 0.58 0 0.38
HSL 268.35º 0.41% 0.44% -
HSV(B) 268.35º 0.58% 0.62% -
XYZ 14.34 9.58 32.99 -
YUV 89.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 109 66 157 0.31 0.58 0 0.38 268.35 0.41 0.44
Hex 6D 42 9D 1F 3A 0 26 10C 29 2C
Octal 155 102 235 37 72 0 46 414 51 54
Binary 1101101 1000010 10011101 11111 111010 0 100110 100001100 101001 101100

Color Harmonies of #6D429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D429D

Black with #6D429D

Text Example


Text Example

White with #6D429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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