Html Css Color HEX #6D2398 Vivid Violet

📋 copy color: '#6D2398'

red 109 ◦ green 35 ◦ blue 152

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

Shades of Vivid Violet #6D2398

Tints of Vivid Violet #6D2398

RGB

 RED value IS 109 (42.97% from 255) = 36.82%

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 36.82%
G = 11.82%
B = 51.35%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D2398 (or 0x6D2398) is known color: Vivid Violet. HEX triplet: 6D, 23 and 98. RGB value is (109,35,152). Sum of RGB (Red+Green+Blue) = 109+35+152=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D2398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2398 is #92DC67. Grayscale: #464646. Windows color (decimal): -9624680 or 9970541. OLE color: 9970541.

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

Color convert

RGB 109 35 152 -
CMYK 0.28 0.77 0 0.40
HSL 277.95º 0.63% 0.37% -
HSV(B) 277.95º 0.77% 0.6% -
XYZ 12.58 6.72 30.34 -
YUV 70.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 109 35 152 0.28 0.77 0 0.40 277.95 0.63 0.37
Hex 6D 23 98 1C 4D 0 28 116 3F 25
Octal 155 43 230 34 115 0 50 426 77 45
Binary 1101101 100011 10011000 11100 1001101 0 101000 100010110 111111 100101

Color Harmonies of #6D2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2398

Black with #6D2398

Text Example


Text Example

White with #6D2398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,35,152); }

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

background-color css

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

 a { background-color: rgb(109,35,152); }

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

border-color css

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

 span { border-color: rgb(109,35,152); }

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