Html Css Color HEX #6F1A8E Vivid Violet

📋 copy color: '#6F1A8E'

red 111 ◦ green 26 ◦ blue 142

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

Shades of Vivid Violet #6F1A8E

Tints of Vivid Violet #6F1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 39.78%
G = 9.32%
B = 50.9%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F1A8E (or 0x6F1A8E) is known color: Vivid Violet. HEX triplet: 6F, 1A and 8E. RGB value is (111,26,142). Sum of RGB (Red+Green+Blue) = 111+26+142=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F1A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1A8E is #90E571. Grayscale: #404040. Windows color (decimal): -9495922 or 9312879. OLE color: 9312879.

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

Color convert

RGB 111 26 142 -
CMYK 0.22 0.82 0 0.44
HSL 283.97º 0.69% 0.33% -
HSV(B) 283.97º 0.82% 0.56% -
XYZ 11.81 6.07 26.14 -
YUV 64.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 111 26 142 0.22 0.82 0 0.44 283.97 0.69 0.33
Hex 6F 1A 8E 16 52 0 2C 11C 45 21
Octal 157 32 216 26 122 0 54 434 105 41
Binary 1101111 11010 10001110 10110 1010010 0 101100 100011100 1000101 100001

Color Harmonies of #6F1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A8E

Black with #6F1A8E

Text Example


Text Example

White with #6F1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,142); }

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

background-color css

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

 a { background-color: rgb(111,26,142); }

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

border-color css

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

 span { border-color: rgb(111,26,142); }

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