Html Css Color HEX #6E2B9B Royal Purple

📋 copy color: '#6E2B9B'

red 110 ◦ green 43 ◦ blue 155

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

Shades of Royal Purple #6E2B9B

Tints of Royal Purple #6E2B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

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

R = 35.71%
G = 13.96%
B = 50.32%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E2B9B (or 0x6E2B9B) is known color: Royal Purple. HEX triplet: 6E, 2B and 9B. RGB value is (110,43,155). Sum of RGB (Red+Green+Blue) = 110+43+155=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E2B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2B9B is #91D464. Grayscale: #4B4B4B. Windows color (decimal): -9557093 or 10169198. OLE color: 10169198.

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

Color convert

RGB 110 43 155 -
CMYK 0.29 0.72 0 0.39
HSL 275.89º 0.57% 0.39% -
HSV(B) 275.89º 0.72% 0.61% -
XYZ 13.21 7.41 31.74 -
YUV 75.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 110 43 155 0.29 0.72 0 0.39 275.89 0.57 0.39
Hex 6E 2B 9B 1D 48 0 27 114 39 27
Octal 156 53 233 35 110 0 47 424 71 47
Binary 1101110 101011 10011011 11101 1001000 0 100111 100010100 111001 100111

Color Harmonies of #6E2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B9B

Black with #6E2B9B

Text Example


Text Example

White with #6E2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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