Html Css Color HEX #7F10BE Dark Violet

📋 copy color: '#7F10BE'

red 127 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #7F10BE

Tints of Dark Violet #7F10BE

RGB

 RED value IS 127 (50% from 255) = 38.14%

 GREEN value IS 16 (6.64% from 255) = 4.8%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 38.14%
G = 4.8%
B = 57.06%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F10BE (or 0x7F10BE) is known color: Dark Violet. HEX triplet: 7F, 10 and BE. RGB value is (127,16,190). Sum of RGB (Red+Green+Blue) = 127+16+190=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F10BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F10BE is #80EF41. Grayscale: #444444. Windows color (decimal): -8449858 or 12456063. OLE color: 12456063.

HSL color Cylindrical-coordinate representation of color #7F10BE: hue angle of 278.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F10BE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 16 190 -
CMYK 0.33 0.92 0 0.25
HSL 278.28º 0.84% 0.4% -
HSV(B) 278.28º 0.92% 0.75% -
XYZ 18.23 8.6 49.41 -
YUV 69.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 127 16 190 0.33 0.92 0 0.25 278.28 0.84 0.4
Hex 7F 10 BE 21 5C 0 19 116 54 28
Octal 177 20 276 41 134 0 31 426 124 50
Binary 1111111 10000 10111110 100001 1011100 0 11001 100010110 1010100 101000

Color Harmonies of #7F10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F10BE

Black with #7F10BE

Text Example


Text Example

White with #7F10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F10BE; }

 p { color: rgb(127,16,190); }

 H1.HeaderClassName
 {
   color: #7F10BE;
 }
 .AnyTagClassName
 {
   color: #7F10BE;
 }
</style>

background-color css

<style>
 a { background-color: #7F10BE; }

 a { background-color: rgb(127,16,190); }

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

border-color css

<style>
 span { border-color: #7F10BE; }

 span { border-color: rgb(127,16,190); }

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