Html Css Color HEX #6F129E Vivid Violet

📋 copy color: '#6F129E'

red 111 ◦ green 18 ◦ blue 158

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

Shades of Vivid Violet #6F129E

Tints of Vivid Violet #6F129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 38.68%
G = 6.27%
B = 55.05%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F129E (or 0x6F129E) is known color: Vivid Violet. HEX triplet: 6F, 12 and 9E. RGB value is (111,18,158). Sum of RGB (Red+Green+Blue) = 111+18+158=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F129E is #90ED61. Grayscale: #3D3D3D. Windows color (decimal): -9497954 or 10359407. OLE color: 10359407.

HSL color Cylindrical-coordinate representation of color #6F129E: hue angle of 279.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F129E is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 18 158 -
CMYK 0.30 0.89 0 0.38
HSL 279.86º 0.8% 0.35% -
HSV(B) 279.86º 0.89% 0.62% -
XYZ 12.94 6.28 32.88 -
YUV 61.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 111 18 158 0.30 0.89 0 0.38 279.86 0.8 0.35
Hex 6F 12 9E 1E 59 0 26 118 50 23
Octal 157 22 236 36 131 0 46 430 120 43
Binary 1101111 10010 10011110 11110 1011001 0 100110 100011000 1010000 100011

Color Harmonies of #6F129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F129E

Black with #6F129E

Text Example


Text Example

White with #6F129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,158); }

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

background-color css

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

 a { background-color: rgb(111,18,158); }

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

border-color css

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

 span { border-color: rgb(111,18,158); }

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