Html Css Color HEX #6F278D Vivid Violet

📋 copy color: '#6F278D'

red 111 ◦ green 39 ◦ blue 141

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

Shades of Vivid Violet #6F278D

Tints of Vivid Violet #6F278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 38.14%
G = 13.4%
B = 48.45%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F278D (or 0x6F278D) is known color: Vivid Violet. HEX triplet: 6F, 27 and 8D. RGB value is (111,39,141). Sum of RGB (Red+Green+Blue) = 111+39+141=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F278D is #90D872. Grayscale: #474747. Windows color (decimal): -9492595 or 9250671. OLE color: 9250671.

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

Color convert

RGB 111 39 141 -
CMYK 0.21 0.72 0 0.45
HSL 282.35º 0.57% 0.35% -
HSV(B) 282.35º 0.72% 0.55% -
XYZ 12.09 6.75 25.87 -
YUV 72.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 111 39 141 0.21 0.72 0 0.45 282.35 0.57 0.35
Hex 6F 27 8D 15 48 0 2D 11A 39 23
Octal 157 47 215 25 110 0 55 432 71 43
Binary 1101111 100111 10001101 10101 1001000 0 101101 100011010 111001 100011

Color Harmonies of #6F278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F278D

Black with #6F278D

Text Example


Text Example

White with #6F278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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