Html Css Color HEX #6E249E Royal Purple

📋 copy color: '#6E249E'

red 110 ◦ green 36 ◦ blue 158

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

Shades of Royal Purple #6E249E

Tints of Royal Purple #6E249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 36.18%
G = 11.84%
B = 51.97%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E249E (or 0x6E249E) is known color: Royal Purple. HEX triplet: 6E, 24 and 9E. RGB value is (110,36,158). Sum of RGB (Red+Green+Blue) = 110+36+158=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E249E is #91DB61. Grayscale: #474747. Windows color (decimal): -9558882 or 10364014. OLE color: 10364014.

HSL color Cylindrical-coordinate representation of color #6E249E: hue angle of 276.39º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E249E is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 36 158 -
CMYK 0.30 0.77 0 0.38
HSL 276.39º 0.63% 0.38% -
HSV(B) 276.39º 0.77% 0.62% -
XYZ 13.23 7.05 33.01 -
YUV 72.03 176.52 155.08 -
System Red Green Blue C M Y K H S L
Decimal 110 36 158 0.30 0.77 0 0.38 276.39 0.63 0.38
Hex 6E 24 9E 1E 4D 0 26 114 3F 26
Octal 156 44 236 36 115 0 46 424 77 46
Binary 1101110 100100 10011110 11110 1001101 0 100110 100010100 111111 100110

Color Harmonies of #6E249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E249E

Black with #6E249E

Text Example


Text Example

White with #6E249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,36,158); }

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

background-color css

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

 a { background-color: rgb(110,36,158); }

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

border-color css

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

 span { border-color: rgb(110,36,158); }

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