Html Css Color HEX #7F00BE Dark Violet

📋 copy color: '#7F00BE'

red 127 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7F00BE

Tints of Dark Violet #7F00BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.06%
G = 0%
B = 59.94%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F00BE (or 0x7F00BE) is known color: Dark Violet. HEX triplet: 7F, 00 and BE. RGB value is (127,0,190). Sum of RGB (Red+Green+Blue) = 127+0+190=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F00BE is #80FF41. Grayscale: #3B3B3B. Windows color (decimal): -8453954 or 12451967. OLE color: 12451967.

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

Color convert

RGB 127 0 190 -
CMYK 0.33 1 0 0.25
HSL 280.11º 1% 0.37% -
HSV(B) 280.11º 1% 0.75% -
XYZ 18.05 8.23 49.35 -
YUV 59.63 201.58 176.05 -
System Red Green Blue C M Y K H S L
Decimal 127 0 190 0.33 1 0 0.25 280.11 1 0.37
Hex 7F 0 BE 21 64 0 19 118 64 25
Octal 177 0 276 41 144 0 31 430 144 45
Binary 1111111 0 10111110 100001 1100100 0 11001 100011000 1100100 100101

Color Harmonies of #7F00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F00BE

Black with #7F00BE

Text Example


Text Example

White with #7F00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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