Html Css Color HEX #6E289C Royal Purple

📋 copy color: '#6E289C'

red 110 ◦ green 40 ◦ blue 156

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

Shades of Royal Purple #6E289C

Tints of Royal Purple #6E289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 35.95%
G = 13.07%
B = 50.98%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E289C (or 0x6E289C) is known color: Royal Purple. HEX triplet: 6E, 28 and 9C. RGB value is (110,40,156). Sum of RGB (Red+Green+Blue) = 110+40+156=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E289C is #91D763. Grayscale: #494949. Windows color (decimal): -9557860 or 10233966. OLE color: 10233966.

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

Color convert

RGB 110 40 156 -
CMYK 0.29 0.74 0 0.39
HSL 276.21º 0.59% 0.38% -
HSV(B) 276.21º 0.74% 0.61% -
XYZ 13.19 7.23 32.15 -
YUV 74.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 110 40 156 0.29 0.74 0 0.39 276.21 0.59 0.38
Hex 6E 28 9C 1D 4A 0 27 114 3B 26
Octal 156 50 234 35 112 0 47 424 73 46
Binary 1101110 101000 10011100 11101 1001010 0 100111 100010100 111011 100110

Color Harmonies of #6E289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E289C

Black with #6E289C

Text Example


Text Example

White with #6E289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,156); }

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

background-color css

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

 a { background-color: rgb(110,40,156); }

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

border-color css

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

 span { border-color: rgb(110,40,156); }

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