Html Css Color HEX #6F228D Vivid Violet

📋 copy color: '#6F228D'

red 111 ◦ green 34 ◦ blue 141

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

Shades of Vivid Violet #6F228D

Tints of Vivid Violet #6F228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 38.81%
G = 11.89%
B = 49.3%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F228D (or 0x6F228D) is known color: Vivid Violet. HEX triplet: 6F, 22 and 8D. RGB value is (111,34,141). Sum of RGB (Red+Green+Blue) = 111+34+141=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F228D is #90DD72. Grayscale: #444444. Windows color (decimal): -9493875 or 9249391. OLE color: 9249391.

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

Color convert

RGB 111 34 141 -
CMYK 0.21 0.76 0 0.45
HSL 283.18º 0.61% 0.34% -
HSV(B) 283.18º 0.76% 0.55% -
XYZ 11.94 6.45 25.81 -
YUV 69.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 111 34 141 0.21 0.76 0 0.45 283.18 0.61 0.34
Hex 6F 22 8D 15 4C 0 2D 11B 3D 22
Octal 157 42 215 25 114 0 55 433 75 42
Binary 1101111 100010 10001101 10101 1001100 0 101101 100011011 111101 100010

Color Harmonies of #6F228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F228D

Black with #6F228D

Text Example


Text Example

White with #6F228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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