Html Css Color HEX #6E409B Royal Purple

📋 copy color: '#6E409B'

red 110 ◦ green 64 ◦ blue 155

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

Shades of Royal Purple #6E409B

Tints of Royal Purple #6E409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 33.43%
G = 19.45%
B = 47.11%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E409B (or 0x6E409B) is known color: Royal Purple. HEX triplet: 6E, 40 and 9B. RGB value is (110,64,155). Sum of RGB (Red+Green+Blue) = 110+64+155=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E409B is #91BF64. Grayscale: #575757. Windows color (decimal): -9551717 or 10174574. OLE color: 10174574.

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

Color convert

RGB 110 64 155 -
CMYK 0.29 0.59 0 0.39
HSL 270.33º 0.42% 0.43% -
HSV(B) 270.33º 0.59% 0.61% -
XYZ 14.18 9.35 32.07 -
YUV 88.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 110 64 155 0.29 0.59 0 0.39 270.33 0.42 0.43
Hex 6E 40 9B 1D 3B 0 27 10E 2A 2B
Octal 156 100 233 35 73 0 47 416 52 53
Binary 1101110 1000000 10011011 11101 111011 0 100111 100001110 101010 101011

Color Harmonies of #6E409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E409B

Black with #6E409B

Text Example


Text Example

White with #6E409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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