Html Css Color HEX #6E229B Royal Purple

📋 copy color: '#6E229B'

red 110 ◦ green 34 ◦ blue 155

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

Shades of Royal Purple #6E229B

Tints of Royal Purple #6E229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

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

R = 36.79%
G = 11.37%
B = 51.84%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E229B (or 0x6E229B) is known color: Royal Purple. HEX triplet: 6E, 22 and 9B. RGB value is (110,34,155). Sum of RGB (Red+Green+Blue) = 110+34+155=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E229B is #91DD64. Grayscale: #464646. Windows color (decimal): -9559397 or 10166894. OLE color: 10166894.

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

Color convert

RGB 110 34 155 -
CMYK 0.29 0.78 0 0.39
HSL 277.69º 0.64% 0.37% -
HSV(B) 277.69º 0.78% 0.61% -
XYZ 12.92 6.83 31.65 -
YUV 70.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 110 34 155 0.29 0.78 0 0.39 277.69 0.64 0.37
Hex 6E 22 9B 1D 4E 0 27 116 40 25
Octal 156 42 233 35 116 0 47 426 100 45
Binary 1101110 100010 10011011 11101 1001110 0 100111 100010110 1000000 100101

Color Harmonies of #6E229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E229B

Black with #6E229B

Text Example


Text Example

White with #6E229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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