Html Css Color HEX #6E269B Royal Purple

📋 copy color: '#6E269B'

red 110 ◦ green 38 ◦ blue 155

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

Shades of Royal Purple #6E269B

Tints of Royal Purple #6E269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

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

R = 36.3%
G = 12.54%
B = 51.16%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E269B (or 0x6E269B) is known color: Royal Purple. HEX triplet: 6E, 26 and 9B. RGB value is (110,38,155). Sum of RGB (Red+Green+Blue) = 110+38+155=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E269B is #91D964. Grayscale: #484848. Windows color (decimal): -9558373 or 10167918. OLE color: 10167918.

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

Color convert

RGB 110 38 155 -
CMYK 0.29 0.75 0 0.39
HSL 276.92º 0.61% 0.38% -
HSV(B) 276.92º 0.75% 0.61% -
XYZ 13.04 7.07 31.69 -
YUV 72.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 110 38 155 0.29 0.75 0 0.39 276.92 0.61 0.38
Hex 6E 26 9B 1D 4B 0 27 115 3D 26
Octal 156 46 233 35 113 0 47 425 75 46
Binary 1101110 100110 10011011 11101 1001011 0 100111 100010101 111101 100110

Color Harmonies of #6E269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E269B

Black with #6E269B

Text Example


Text Example

White with #6E269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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