Html Css Color HEX #6E329B Royal Purple

📋 copy color: '#6E329B'

red 110 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #6E329B

Tints of Royal Purple #6E329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 34.92%
G = 15.87%
B = 49.21%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E329B (or 0x6E329B) is known color: Royal Purple. HEX triplet: 6E, 32 and 9B. RGB value is (110,50,155). Sum of RGB (Red+Green+Blue) = 110+50+155=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E329B is #91CD64. Grayscale: #4F4F4F. Windows color (decimal): -9555301 or 10170990. OLE color: 10170990.

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

Color convert

RGB 110 50 155 -
CMYK 0.29 0.68 0 0.39
HSL 274.29º 0.51% 0.4% -
HSV(B) 274.29º 0.68% 0.61% -
XYZ 13.49 7.96 31.84 -
YUV 79.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 110 50 155 0.29 0.68 0 0.39 274.29 0.51 0.4
Hex 6E 32 9B 1D 44 0 27 112 33 28
Octal 156 62 233 35 104 0 47 422 63 50
Binary 1101110 110010 10011011 11101 1000100 0 100111 100010010 110011 101000

Color Harmonies of #6E329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E329B

Black with #6E329B

Text Example


Text Example

White with #6E329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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