Html Css Color HEX #6B298C Vivid Violet

📋 copy color: '#6B298C'

red 107 ◦ green 41 ◦ blue 140

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

Shades of Vivid Violet #6B298C

Tints of Vivid Violet #6B298C

RGB

 RED value IS 107 (42.19% from 255) = 37.15%

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

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

R = 37.15%
G = 14.24%
B = 48.61%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B298C (or 0x6B298C) is known color: Vivid Violet. HEX triplet: 6B, 29 and 8C. RGB value is (107,41,140). Sum of RGB (Red+Green+Blue) = 107+41+140=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B298C is #94D673. Grayscale: #474747. Windows color (decimal): -9754228 or 9185643. OLE color: 9185643.

HSL color Cylindrical-coordinate representation of color #6B298C: hue angle of 280º 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 #6B298C is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 41 140 -
CMYK 0.24 0.71 0 0.45
HSL 280º 0.55% 0.35% -
HSV(B) 280º 0.71% 0.55% -
XYZ 11.59 6.61 25.48 -
YUV 72.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 107 41 140 0.24 0.71 0 0.45 280 0.55 0.35
Hex 6B 29 8C 18 47 0 2D 118 37 23
Octal 153 51 214 30 107 0 55 430 67 43
Binary 1101011 101001 10001100 11000 1000111 0 101101 100011000 110111 100011

Color Harmonies of #6B298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B298C

Black with #6B298C

Text Example


Text Example

White with #6B298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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