Html Css Color HEX #6B1790 Vivid Violet

📋 copy color: '#6B1790'

red 107 ◦ green 23 ◦ blue 144

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

Shades of Vivid Violet #6B1790

Tints of Vivid Violet #6B1790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

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

R = 39.05%
G = 8.39%
B = 52.55%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B1790 (or 0x6B1790) is known color: Vivid Violet. HEX triplet: 6B, 17 and 90. RGB value is (107,23,144). Sum of RGB (Red+Green+Blue) = 107+23+144=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B1790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1790 is #94E86F. Grayscale: #3D3D3D. Windows color (decimal): -9758832 or 9443179. OLE color: 9443179.

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

Color convert

RGB 107 23 144 -
CMYK 0.26 0.84 0 0.44
HSL 281.65º 0.72% 0.33% -
HSV(B) 281.65º 0.84% 0.56% -
XYZ 11.4 5.75 26.89 -
YUV 61.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 107 23 144 0.26 0.84 0 0.44 281.65 0.72 0.33
Hex 6B 17 90 1A 54 0 2C 11A 48 21
Octal 153 27 220 32 124 0 54 432 110 41
Binary 1101011 10111 10010000 11010 1010100 0 101100 100011010 1001000 100001

Color Harmonies of #6B1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1790

Black with #6B1790

Text Example


Text Example

White with #6B1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,144); }

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

background-color css

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

 a { background-color: rgb(107,23,144); }

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

border-color css

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

 span { border-color: rgb(107,23,144); }

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