Html Css Color HEX #6E2B98 Royal Purple

📋 copy color: '#6E2B98'

red 110 ◦ green 43 ◦ blue 152

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

Shades of Royal Purple #6E2B98

Tints of Royal Purple #6E2B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 36.07%
G = 14.1%
B = 49.84%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E2B98 (or 0x6E2B98) is known color: Royal Purple. HEX triplet: 6E, 2B and 98. RGB value is (110,43,152). Sum of RGB (Red+Green+Blue) = 110+43+152=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2B98 is #91D467. Grayscale: #4B4B4B. Windows color (decimal): -9557096 or 9972590. OLE color: 9972590.

HSL color Cylindrical-coordinate representation of color #6E2B98: hue angle of 276.88º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E2B98 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 43 152 -
CMYK 0.28 0.72 0 0.40
HSL 276.88º 0.56% 0.38% -
HSV(B) 276.88º 0.72% 0.6% -
XYZ 12.96 7.31 30.43 -
YUV 75.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 110 43 152 0.28 0.72 0 0.40 276.88 0.56 0.38
Hex 6E 2B 98 1C 48 0 28 115 38 26
Octal 156 53 230 34 110 0 50 425 70 46
Binary 1101110 101011 10011000 11100 1001000 0 101000 100010101 111000 100110

Color Harmonies of #6E2B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B98

Black with #6E2B98

Text Example


Text Example

White with #6E2B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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