Html Css Color HEX #6E2598 Vivid Violet

📋 copy color: '#6E2598'

red 110 ◦ green 37 ◦ blue 152

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

Shades of Vivid Violet #6E2598

Tints of Vivid Violet #6E2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 36.79%
G = 12.37%
B = 50.84%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E2598 (or 0x6E2598) is known color: Vivid Violet. HEX triplet: 6E, 25 and 98. RGB value is (110,37,152). Sum of RGB (Red+Green+Blue) = 110+37+152=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2598 is #91DA67. Grayscale: #474747. Windows color (decimal): -9558632 or 9971054. OLE color: 9971054.

HSL color Cylindrical-coordinate representation of color #6E2598: hue angle of 278.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E2598 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 37 152 -
CMYK 0.28 0.76 0 0.40
HSL 278.09º 0.61% 0.37% -
HSV(B) 278.09º 0.76% 0.6% -
XYZ 12.76 6.91 30.37 -
YUV 71.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 110 37 152 0.28 0.76 0 0.40 278.09 0.61 0.37
Hex 6E 25 98 1C 4C 0 28 116 3D 25
Octal 156 45 230 34 114 0 50 426 75 45
Binary 1101110 100101 10011000 11100 1001100 0 101000 100010110 111101 100101

Color Harmonies of #6E2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2598

Black with #6E2598

Text Example


Text Example

White with #6E2598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,152); }

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

background-color css

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

 a { background-color: rgb(110,37,152); }

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

border-color css

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

 span { border-color: rgb(110,37,152); }

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