Html Css Color HEX #6D2690 Vivid Violet

📋 copy color: '#6D2690'

red 109 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #6D2690

Tints of Vivid Violet #6D2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 37.46%
G = 13.06%
B = 49.48%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D2690 (or 0x6D2690) is known color: Vivid Violet. HEX triplet: 6D, 26 and 90. RGB value is (109,38,144). Sum of RGB (Red+Green+Blue) = 109+38+144=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2690 is #92D96F. Grayscale: #464646. Windows color (decimal): -9623920 or 9447021. OLE color: 9447021.

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

Color convert

RGB 109 38 144 -
CMYK 0.24 0.74 0 0.44
HSL 280.19º 0.58% 0.36% -
HSV(B) 280.19º 0.74% 0.56% -
XYZ 12.03 6.65 27.04 -
YUV 71.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 109 38 144 0.24 0.74 0 0.44 280.19 0.58 0.36
Hex 6D 26 90 18 4A 0 2C 118 3A 24
Octal 155 46 220 30 112 0 54 430 72 44
Binary 1101101 100110 10010000 11000 1001010 0 101100 100011000 111010 100100

Color Harmonies of #6D2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2690

Black with #6D2690

Text Example


Text Example

White with #6D2690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,38,144); }

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

background-color css

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

 a { background-color: rgb(109,38,144); }

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

border-color css

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

 span { border-color: rgb(109,38,144); }

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