Html Css Color HEX #6D288F Vivid Violet

📋 copy color: '#6D288F'

red 109 ◦ green 40 ◦ blue 143

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

Shades of Vivid Violet #6D288F

Tints of Vivid Violet #6D288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 37.33%
G = 13.7%
B = 48.97%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D288F (or 0x6D288F) is known color: Vivid Violet. HEX triplet: 6D, 28 and 8F. RGB value is (109,40,143). Sum of RGB (Red+Green+Blue) = 109+40+143=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 40 (16.02% from 255 or 13.70% 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 #6D288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D288F is #92D770. Grayscale: #484848. Windows color (decimal): -9623409 or 9381997. OLE color: 9381997.

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

Color convert

RGB 109 40 143 -
CMYK 0.24 0.72 0 0.44
HSL 280.19º 0.56% 0.36% -
HSV(B) 280.19º 0.72% 0.56% -
XYZ 12.02 6.75 26.66 -
YUV 72.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 109 40 143 0.24 0.72 0 0.44 280.19 0.56 0.36
Hex 6D 28 8F 18 48 0 2C 118 38 24
Octal 155 50 217 30 110 0 54 430 70 44
Binary 1101101 101000 10001111 11000 1001000 0 101100 100011000 111000 100100

Color Harmonies of #6D288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D288F

Black with #6D288F

Text Example


Text Example

White with #6D288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,143); }

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

background-color css

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

 a { background-color: rgb(109,40,143); }

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

border-color css

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

 span { border-color: rgb(109,40,143); }

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