Html Css Color HEX #6E219B Royal Purple

📋 copy color: '#6E219B'

red 110 ◦ green 33 ◦ blue 155

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

Shades of Royal Purple #6E219B

Tints of Royal Purple #6E219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 36.91%
G = 11.07%
B = 52.01%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E219B (or 0x6E219B) is known color: Royal Purple. HEX triplet: 6E, 21 and 9B. RGB value is (110,33,155). Sum of RGB (Red+Green+Blue) = 110+33+155=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E219B is #91DE64. Grayscale: #454545. Windows color (decimal): -9559653 or 10166638. OLE color: 10166638.

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

Color convert

RGB 110 33 155 -
CMYK 0.29 0.79 0 0.39
HSL 277.87º 0.65% 0.37% -
HSV(B) 277.87º 0.79% 0.61% -
XYZ 12.89 6.77 31.64 -
YUV 69.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 110 33 155 0.29 0.79 0 0.39 277.87 0.65 0.37
Hex 6E 21 9B 1D 4F 0 27 116 41 25
Octal 156 41 233 35 117 0 47 426 101 45
Binary 1101110 100001 10011011 11101 1001111 0 100111 100010110 1000001 100101

Color Harmonies of #6E219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E219B

Black with #6E219B

Text Example


Text Example

White with #6E219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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