Html Css Color HEX #6E439B Royal Purple

📋 copy color: '#6E439B'

red 110 ◦ green 67 ◦ blue 155

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

Shades of Royal Purple #6E439B

Tints of Royal Purple #6E439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

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

R = 33.13%
G = 20.18%
B = 46.69%

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

#6E439B (or 0x6E439B) is known color: Royal Purple. HEX triplet: 6E, 43 and 9B. RGB value is (110,67,155). Sum of RGB (Red+Green+Blue) = 110+67+155=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E439B is #91BC64. Grayscale: #595959. Windows color (decimal): -9550949 or 10175342. OLE color: 10175342.

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

Color convert

RGB 110 67 155 -
CMYK 0.29 0.57 0 0.39
HSL 269.32º 0.4% 0.44% -
HSV(B) 269.32º 0.57% 0.61% -
XYZ 14.35 9.7 32.13 -
YUV 89.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 110 67 155 0.29 0.57 0 0.39 269.32 0.4 0.44
Hex 6E 43 9B 1D 39 0 27 10D 28 2C
Octal 156 103 233 35 71 0 47 415 50 54
Binary 1101110 1000011 10011011 11101 111001 0 100111 100001101 101000 101100

Color Harmonies of #6E439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E439B

Black with #6E439B

Text Example


Text Example

White with #6E439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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