Html Css Color HEX #6F2594 Vivid Violet

📋 copy color: '#6F2594'

red 111 ◦ green 37 ◦ blue 148

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

Shades of Vivid Violet #6F2594

Tints of Vivid Violet #6F2594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 148 (58.2% from 255) = 50%

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F2594 (or 0x6F2594) is known color: Vivid Violet. HEX triplet: 6F, 25 and 94. RGB value is (111,37,148). Sum of RGB (Red+Green+Blue) = 111+37+148=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F2594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2594 is #90DA6B. Grayscale: #474747. Windows color (decimal): -9493100 or 9708911. OLE color: 9708911.

HSL color Cylindrical-coordinate representation of color #6F2594: hue angle of 280º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2594 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 37 148 -
CMYK 0.25 0.75 0 0.42
HSL 280º 0.6% 0.36% -
HSV(B) 280º 0.75% 0.58% -
XYZ 12.56 6.84 28.68 -
YUV 71.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 111 37 148 0.25 0.75 0 0.42 280 0.6 0.36
Hex 6F 25 94 19 4B 0 2A 118 3C 24
Octal 157 45 224 31 113 0 52 430 74 44
Binary 1101111 100101 10010100 11001 1001011 0 101010 100011000 111100 100100

Color Harmonies of #6F2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2594

Black with #6F2594

Text Example


Text Example

White with #6F2594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,148); }

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

background-color css

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

 a { background-color: rgb(111,37,148); }

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

border-color css

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

 span { border-color: rgb(111,37,148); }

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