Html Css Color HEX #6E3287 Vivid Violet

📋 copy color: '#6E3287'

red 110 ◦ green 50 ◦ blue 135

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

Shades of Vivid Violet #6E3287

Tints of Vivid Violet #6E3287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 37.29%
G = 16.95%
B = 45.76%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E3287 (or 0x6E3287) is known color: Vivid Violet. HEX triplet: 6E, 32 and 87. RGB value is (110,50,135). Sum of RGB (Red+Green+Blue) = 110+50+135=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E3287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3287 is #91CD78. Grayscale: #4D4D4D. Windows color (decimal): -9555321 or 8860270. OLE color: 8860270.

HSL color Cylindrical-coordinate representation of color #6E3287: hue angle of 282.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3287 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 50 135 -
CMYK 0.19 0.63 0 0.47
HSL 282.35º 0.46% 0.36% -
HSV(B) 282.35º 0.63% 0.53% -
XYZ 11.94 7.35 23.71 -
YUV 77.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 110 50 135 0.19 0.63 0 0.47 282.35 0.46 0.36
Hex 6E 32 87 13 3F 0 2F 11A 2E 24
Octal 156 62 207 23 77 0 57 432 56 44
Binary 1101110 110010 10000111 10011 111111 0 101111 100011010 101110 100100

Color Harmonies of #6E3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3287

Black with #6E3287

Text Example


Text Example

White with #6E3287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,135); }

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

background-color css

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

 a { background-color: rgb(110,50,135); }

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

border-color css

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

 span { border-color: rgb(110,50,135); }

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