Html Css Color HEX #6C198D Vivid Violet

📋 copy color: '#6C198D'

red 108 ◦ green 25 ◦ blue 141

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

Shades of Vivid Violet #6C198D

Tints of Vivid Violet #6C198D

RGB

 RED value IS 108 (42.58% from 255) = 39.42%

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 39.42%
G = 9.12%
B = 51.46%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C198D (or 0x6C198D) is known color: Vivid Violet. HEX triplet: 6C, 19 and 8D. RGB value is (108,25,141). Sum of RGB (Red+Green+Blue) = 108+25+141=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C198D is #93E672. Grayscale: #3E3E3E. Windows color (decimal): -9692787 or 9247084. OLE color: 9247084.

HSL color Cylindrical-coordinate representation of color #6C198D: hue angle of 282.93º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C198D is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 25 141 -
CMYK 0.23 0.82 0 0.45
HSL 282.93º 0.7% 0.33% -
HSV(B) 282.93º 0.82% 0.55% -
XYZ 11.34 5.81 25.72 -
YUV 63.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 108 25 141 0.23 0.82 0 0.45 282.93 0.7 0.33
Hex 6C 19 8D 17 52 0 2D 11B 46 21
Octal 154 31 215 27 122 0 55 433 106 41
Binary 1101100 11001 10001101 10111 1010010 0 101101 100011011 1000110 100001

Color Harmonies of #6C198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C198D

Black with #6C198D

Text Example


Text Example

White with #6C198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,141); }

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

background-color css

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

 a { background-color: rgb(108,25,141); }

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

border-color css

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

 span { border-color: rgb(108,25,141); }

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