Html Css Color HEX #6F268D Vivid Violet

📋 copy color: '#6F268D'

red 111 ◦ green 38 ◦ blue 141

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

Shades of Vivid Violet #6F268D

Tints of Vivid Violet #6F268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 141 (55.47% from 255) = 48.62%

R = 38.28%
G = 13.1%
B = 48.62%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F268D (or 0x6F268D) is known color: Vivid Violet. HEX triplet: 6F, 26 and 8D. RGB value is (111,38,141). Sum of RGB (Red+Green+Blue) = 111+38+141=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F268D is #90D972. Grayscale: #474747. Windows color (decimal): -9492851 or 9250415. OLE color: 9250415.

HSL color Cylindrical-coordinate representation of color #6F268D: hue angle of 282.52º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F268D is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 38 141 -
CMYK 0.21 0.73 0 0.45
HSL 282.52º 0.58% 0.35% -
HSV(B) 282.52º 0.73% 0.55% -
XYZ 12.06 6.69 25.85 -
YUV 71.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 111 38 141 0.21 0.73 0 0.45 282.52 0.58 0.35
Hex 6F 26 8D 15 49 0 2D 11B 3A 23
Octal 157 46 215 25 111 0 55 433 72 43
Binary 1101111 100110 10001101 10101 1001001 0 101101 100011011 111010 100011

Color Harmonies of #6F268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F268D

Black with #6F268D

Text Example


Text Example

White with #6F268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,141); }

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

background-color css

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

 a { background-color: rgb(111,38,141); }

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

border-color css

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

 span { border-color: rgb(111,38,141); }

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