Html Css Color HEX #6E429B Royal Purple

📋 copy color: '#6E429B'

red 110 ◦ green 66 ◦ blue 155

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

Shades of Royal Purple #6E429B

Tints of Royal Purple #6E429B

RGB

 RED value IS 110 (43.36% from 255) = 33.23%

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

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

R = 33.23%
G = 19.94%
B = 46.83%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E429B (or 0x6E429B) is known color: Royal Purple. HEX triplet: 6E, 42 and 9B. RGB value is (110,66,155). Sum of RGB (Red+Green+Blue) = 110+66+155=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E429B is #91BD64. Grayscale: #585858. Windows color (decimal): -9551205 or 10175086. OLE color: 10175086.

HSL color Cylindrical-coordinate representation of color #6E429B: hue angle of 269.66º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E429B is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 66 155 -
CMYK 0.29 0.57 0 0.39
HSL 269.66º 0.4% 0.43% -
HSV(B) 269.66º 0.57% 0.61% -
XYZ 14.3 9.58 32.11 -
YUV 89.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 110 66 155 0.29 0.57 0 0.39 269.66 0.4 0.43
Hex 6E 42 9B 1D 39 0 27 10E 28 2B
Octal 156 102 233 35 71 0 47 416 50 53
Binary 1101110 1000010 10011011 11101 111001 0 100111 100001110 101000 101011

Color Harmonies of #6E429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E429B

Black with #6E429B

Text Example


Text Example

White with #6E429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,155); }

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

background-color css

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

 a { background-color: rgb(110,66,155); }

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

border-color css

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

 span { border-color: rgb(110,66,155); }

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