Html Css Color HEX #6F2395 Vivid Violet

📋 copy color: '#6F2395'

red 111 ◦ green 35 ◦ blue 149

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

Shades of Vivid Violet #6F2395

Tints of Vivid Violet #6F2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 37.63%
G = 11.86%
B = 50.51%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F2395 (or 0x6F2395) is known color: Vivid Violet. HEX triplet: 6F, 23 and 95. RGB value is (111,35,149). Sum of RGB (Red+Green+Blue) = 111+35+149=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F2395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2395 is #90DC6A. Grayscale: #464646. Windows color (decimal): -9493611 or 9773935. OLE color: 9773935.

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

Color convert

RGB 111 35 149 -
CMYK 0.26 0.77 0 0.42
HSL 280º 0.62% 0.36% -
HSV(B) 280º 0.77% 0.58% -
XYZ 12.58 6.75 29.07 -
YUV 70.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 111 35 149 0.26 0.77 0 0.42 280 0.62 0.36
Hex 6F 23 95 1A 4D 0 2A 118 3E 24
Octal 157 43 225 32 115 0 52 430 76 44
Binary 1101111 100011 10010101 11010 1001101 0 101010 100011000 111110 100100

Color Harmonies of #6F2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2395

Black with #6F2395

Text Example


Text Example

White with #6F2395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,149); }

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

background-color css

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

 a { background-color: rgb(111,35,149); }

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

border-color css

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

 span { border-color: rgb(111,35,149); }

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