Html Css Color HEX #6F3589 Vivid Violet

📋 copy color: '#6F3589'

red 111 ◦ green 53 ◦ blue 137

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

Shades of Vivid Violet #6F3589

Tints of Vivid Violet #6F3589

RGB

 RED value IS 111 (43.75% from 255) = 36.88%

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 36.88%
G = 17.61%
B = 45.51%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F3589 (or 0x6F3589) is known color: Vivid Violet. HEX triplet: 6F, 35 and 89. RGB value is (111,53,137). Sum of RGB (Red+Green+Blue) = 111+53+137=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F3589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3589 is #90CA76. Grayscale: #4F4F4F. Windows color (decimal): -9489015 or 8992111. OLE color: 8992111.

HSL color Cylindrical-coordinate representation of color #6F3589: hue angle of 281.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F3589 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 53 137 -
CMYK 0.19 0.61 0 0.46
HSL 281.43º 0.44% 0.37% -
HSV(B) 281.43º 0.61% 0.54% -
XYZ 12.34 7.73 24.51 -
YUV 79.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 111 53 137 0.19 0.61 0 0.46 281.43 0.44 0.37
Hex 6F 35 89 13 3D 0 2E 119 2C 25
Octal 157 65 211 23 75 0 56 431 54 45
Binary 1101111 110101 10001001 10011 111101 0 101110 100011001 101100 100101

Color Harmonies of #6F3589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3589

Black with #6F3589

Text Example


Text Example

White with #6F3589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,53,137); }

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

background-color css

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

 a { background-color: rgb(111,53,137); }

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

border-color css

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

 span { border-color: rgb(111,53,137); }

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