Html Css Color HEX #7A00BE Dark Violet

📋 copy color: '#7A00BE'

red 122 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7A00BE

Tints of Dark Violet #7A00BE

RGB

 RED value IS 122 (48.05% from 255) = 39.1%

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

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

R = 39.1%
G = 0%
B = 60.9%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A00BE (or 0x7A00BE) is known color: Dark Violet. HEX triplet: 7A, 00 and BE. RGB value is (122,0,190). Sum of RGB (Red+Green+Blue) = 122+0+190=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00BE is #85FF41. Grayscale: #393939. Windows color (decimal): -8781634 or 12451962. OLE color: 12451962.

HSL color Cylindrical-coordinate representation of color #7A00BE: hue angle of 278.53º 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 #7A00BE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 0 190 -
CMYK 0.36 1 0 0.25
HSL 278.53º 1% 0.37% -
HSV(B) 278.53º 1% 0.75% -
XYZ 17.32 7.86 49.32 -
YUV 58.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 122 0 190 0.36 1 0 0.25 278.53 1 0.37
Hex 7A 0 BE 24 64 0 19 117 64 25
Octal 172 0 276 44 144 0 31 427 144 45
Binary 1111010 0 10111110 100100 1100100 0 11001 100010111 1100100 100101

Color Harmonies of #7A00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00BE

Black with #7A00BE

Text Example


Text Example

White with #7A00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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