Html Css Color HEX #6F129B Vivid Violet

📋 copy color: '#6F129B'

red 111 ◦ green 18 ◦ blue 155

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

Shades of Vivid Violet #6F129B

Tints of Vivid Violet #6F129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 39.08%
G = 6.34%
B = 54.58%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F129B (or 0x6F129B) is known color: Vivid Violet. HEX triplet: 6F, 12 and 9B. RGB value is (111,18,155). Sum of RGB (Red+Green+Blue) = 111+18+155=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F129B is #90ED64. Grayscale: #3C3C3C. Windows color (decimal): -9497957 or 10162799. OLE color: 10162799.

HSL color Cylindrical-coordinate representation of color #6F129B: hue angle of 280.73º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F129B is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 18 155 -
CMYK 0.28 0.88 0 0.39
HSL 280.73º 0.79% 0.34% -
HSV(B) 280.73º 0.88% 0.61% -
XYZ 12.69 6.18 31.53 -
YUV 61.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 111 18 155 0.28 0.88 0 0.39 280.73 0.79 0.34
Hex 6F 12 9B 1C 58 0 27 119 4F 22
Octal 157 22 233 34 130 0 47 431 117 42
Binary 1101111 10010 10011011 11100 1011000 0 100111 100011001 1001111 100010

Color Harmonies of #6F129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F129B

Black with #6F129B

Text Example


Text Example

White with #6F129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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