Html Css Color HEX #6E3D9C Royal Purple

📋 copy color: '#6E3D9C'

red 110 ◦ green 61 ◦ blue 156

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

Shades of Royal Purple #6E3D9C

Tints of Royal Purple #6E3D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

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

R = 33.64%
G = 18.65%
B = 47.71%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E3D9C (or 0x6E3D9C) is known color: Royal Purple. HEX triplet: 6E, 3D and 9C. RGB value is (110,61,156). Sum of RGB (Red+Green+Blue) = 110+61+156=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E3D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3D9C is #91C263. Grayscale: #565656. Windows color (decimal): -9552484 or 10239342. OLE color: 10239342.

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

Color convert

RGB 110 61 156 -
CMYK 0.29 0.61 0 0.39
HSL 270.95º 0.44% 0.43% -
HSV(B) 270.95º 0.61% 0.61% -
XYZ 14.1 9.05 32.46 -
YUV 86.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 110 61 156 0.29 0.61 0 0.39 270.95 0.44 0.43
Hex 6E 3D 9C 1D 3D 0 27 10F 2C 2B
Octal 156 75 234 35 75 0 47 417 54 53
Binary 1101110 111101 10011100 11101 111101 0 100111 100001111 101100 101011

Color Harmonies of #6E3D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3D9C

Black with #6E3D9C

Text Example


Text Example

White with #6E3D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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