Html Css Color HEX #6C298F Vivid Violet

📋 copy color: '#6C298F'

red 108 ◦ green 41 ◦ blue 143

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

Shades of Vivid Violet #6C298F

Tints of Vivid Violet #6C298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.97%

R = 36.99%
G = 14.04%
B = 48.97%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C298F (or 0x6C298F) is known color: Vivid Violet. HEX triplet: 6C, 29 and 8F. RGB value is (108,41,143). Sum of RGB (Red+Green+Blue) = 108+41+143=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C298F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C298F is #93D670. Grayscale: #484848. Windows color (decimal): -9688689 or 9382252. OLE color: 9382252.

HSL color Cylindrical-coordinate representation of color #6C298F: hue angle of 279.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C298F is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 41 143 -
CMYK 0.24 0.71 0 0.44
HSL 279.41º 0.55% 0.36% -
HSV(B) 279.41º 0.71% 0.56% -
XYZ 11.94 6.76 26.66 -
YUV 72.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 108 41 143 0.24 0.71 0 0.44 279.41 0.55 0.36
Hex 6C 29 8F 18 47 0 2C 117 37 24
Octal 154 51 217 30 107 0 54 427 67 44
Binary 1101100 101001 10001111 11000 1000111 0 101100 100010111 110111 100100

Color Harmonies of #6C298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C298F

Black with #6C298F

Text Example


Text Example

White with #6C298F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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