Html Css Color HEX #6E419E Royal Purple

📋 copy color: '#6E419E'

red 110 ◦ green 65 ◦ blue 158

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

Shades of Royal Purple #6E419E

Tints of Royal Purple #6E419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 33.03%
G = 19.52%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E419E (or 0x6E419E) is known color: Royal Purple. HEX triplet: 6E, 41 and 9E. RGB value is (110,65,158). Sum of RGB (Red+Green+Blue) = 110+65+158=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E419E is #91BE61. Grayscale: #585858. Windows color (decimal): -9551458 or 10371438. OLE color: 10371438.

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

Color convert

RGB 110 65 158 -
CMYK 0.30 0.59 0 0.38
HSL 269.03º 0.42% 0.44% -
HSV(B) 269.03º 0.59% 0.62% -
XYZ 14.49 9.56 33.43 -
YUV 89.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 110 65 158 0.30 0.59 0 0.38 269.03 0.42 0.44
Hex 6E 41 9E 1E 3B 0 26 10D 2A 2C
Octal 156 101 236 36 73 0 46 415 52 54
Binary 1101110 1000001 10011110 11110 111011 0 100110 100001101 101010 101100

Color Harmonies of #6E419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E419E

Black with #6E419E

Text Example


Text Example

White with #6E419E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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