Html Css Color HEX #6F388F Vivid Violet

📋 copy color: '#6F388F'

red 111 ◦ green 56 ◦ blue 143

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

Shades of Vivid Violet #6F388F

Tints of Vivid Violet #6F388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 35.81%
G = 18.06%
B = 46.13%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F388F (or 0x6F388F) is known color: Vivid Violet. HEX triplet: 6F, 38 and 8F. RGB value is (111,56,143). Sum of RGB (Red+Green+Blue) = 111+56+143=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F388F is #90C770. Grayscale: #525252. Windows color (decimal): -9488241 or 9386095. OLE color: 9386095.

HSL color Cylindrical-coordinate representation of color #6F388F: hue angle of 277.93º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F388F is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 56 143 -
CMYK 0.22 0.61 0 0.44
HSL 277.93º 0.44% 0.39% -
HSV(B) 277.93º 0.61% 0.56% -
XYZ 12.93 8.19 26.89 -
YUV 82.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 111 56 143 0.22 0.61 0 0.44 277.93 0.44 0.39
Hex 6F 38 8F 16 3D 0 2C 116 2C 27
Octal 157 70 217 26 75 0 54 426 54 47
Binary 1101111 111000 10001111 10110 111101 0 101100 100010110 101100 100111

Color Harmonies of #6F388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F388F

Black with #6F388F

Text Example


Text Example

White with #6F388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,143); }

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

background-color css

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

 a { background-color: rgb(111,56,143); }

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

border-color css

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

 span { border-color: rgb(111,56,143); }

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