Html Css Color HEX #7A00B4 Dark Violet

📋 copy color: '#7A00B4'

red 122 ◦ green 0 ◦ blue 180

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

Shades of Dark Violet #7A00B4

Tints of Dark Violet #7A00B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 59.6%

R = 40.4%
G = 0%
B = 59.6%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7A00B4 (or 0x7A00B4) is known color: Dark Violet. HEX triplet: 7A, 00 and B4. RGB value is (122,0,180). Sum of RGB (Red+Green+Blue) = 122+0+180=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A00B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00B4 is #85FF4B. Grayscale: #383838. Windows color (decimal): -8781644 or 11796602. OLE color: 11796602.

HSL color Cylindrical-coordinate representation of color #7A00B4: hue angle of 280.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00B4 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 0 180 -
CMYK 0.32 1 0 0.29
HSL 280.67º 1% 0.35% -
HSV(B) 280.67º 1% 0.71% -
XYZ 16.26 7.43 43.76 -
YUV 57 197.42 174.36 -
System Red Green Blue C M Y K H S L
Decimal 122 0 180 0.32 1 0 0.29 280.67 1 0.35
Hex 7A 0 B4 20 64 0 1D 119 64 23
Octal 172 0 264 40 144 0 35 431 144 43
Binary 1111010 0 10110100 100000 1100100 0 11101 100011001 1100100 100011

Color Harmonies of #7A00B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00B4

Black with #7A00B4

Text Example


Text Example

White with #7A00B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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