Html Css Color HEX #6C298C Vivid Violet

📋 copy color: '#6C298C'

red 108 ◦ green 41 ◦ blue 140

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

Shades of Vivid Violet #6C298C

Tints of Vivid Violet #6C298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 140 (55.08% from 255) = 48.44%

R = 37.37%
G = 14.19%
B = 48.44%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C298C (or 0x6C298C) is known color: Vivid Violet. HEX triplet: 6C, 29 and 8C. RGB value is (108,41,140). Sum of RGB (Red+Green+Blue) = 108+41+140=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C298C is #93D673. Grayscale: #474747. Windows color (decimal): -9688692 or 9185644. OLE color: 9185644.

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

Color convert

RGB 108 41 140 -
CMYK 0.23 0.71 0 0.45
HSL 280.61º 0.55% 0.35% -
HSV(B) 280.61º 0.71% 0.55% -
XYZ 11.71 6.67 25.48 -
YUV 72.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 108 41 140 0.23 0.71 0 0.45 280.61 0.55 0.35
Hex 6C 29 8C 17 47 0 2D 119 37 23
Octal 154 51 214 27 107 0 55 431 67 43
Binary 1101100 101001 10001100 10111 1000111 0 101101 100011001 110111 100011

Color Harmonies of #6C298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C298C

Black with #6C298C

Text Example


Text Example

White with #6C298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,140); }

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

background-color css

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

 a { background-color: rgb(108,41,140); }

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

border-color css

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

 span { border-color: rgb(108,41,140); }

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