Html Css Color HEX #7A02BC Dark Violet

📋 copy color: '#7A02BC'

red 122 ◦ green 2 ◦ blue 188

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

Shades of Dark Violet #7A02BC

Tints of Dark Violet #7A02BC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 39.1%
G = 0.64%
B = 60.26%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A02BC (or 0x7A02BC) is known color: Dark Violet. HEX triplet: 7A, 02 and BC. RGB value is (122,2,188). Sum of RGB (Red+Green+Blue) = 122+2+188=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A02BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A02BC is #85FD43. Grayscale: #3A3A3A. Windows color (decimal): -8781124 or 12321402. OLE color: 12321402.

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

Color convert

RGB 122 2 188 -
CMYK 0.35 0.99 0 0.26
HSL 278.71º 0.98% 0.37% -
HSV(B) 278.71º 0.99% 0.74% -
XYZ 17.12 7.81 48.18 -
YUV 59.08 200.76 172.88 -
System Red Green Blue C M Y K H S L
Decimal 122 2 188 0.35 0.99 0 0.26 278.71 0.98 0.37
Hex 7A 2 BC 23 63 0 1A 117 62 25
Octal 172 2 274 43 143 0 32 427 142 45
Binary 1111010 10 10111100 100011 1100011 0 11010 100010111 1100010 100101

Color Harmonies of #7A02BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A02BC

Black with #7A02BC

Text Example


Text Example

White with #7A02BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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