Html Css Color HEX #7A00BC Dark Violet

📋 copy color: '#7A00BC'

red 122 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #7A00BC

Tints of Dark Violet #7A00BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 39.35%
G = 0%
B = 60.65%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A00BC (or 0x7A00BC) is known color: Dark Violet. HEX triplet: 7A, 00 and BC. RGB value is (122,0,188). Sum of RGB (Red+Green+Blue) = 122+0+188=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00BC is #85FF43. Grayscale: #393939. Windows color (decimal): -8781636 or 12320890. OLE color: 12320890.

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

Color convert

RGB 122 0 188 -
CMYK 0.35 1 0 0.26
HSL 278.94º 1% 0.37% -
HSV(B) 278.94º 1% 0.74% -
XYZ 17.1 7.77 48.17 -
YUV 57.91 201.42 173.71 -
System Red Green Blue C M Y K H S L
Decimal 122 0 188 0.35 1 0 0.26 278.94 1 0.37
Hex 7A 0 BC 23 64 0 1A 117 64 25
Octal 172 0 274 43 144 0 32 427 144 45
Binary 1111010 0 10111100 100011 1100100 0 11010 100010111 1100100 100101

Color Harmonies of #7A00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00BC

Black with #7A00BC

Text Example


Text Example

White with #7A00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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