Html Css Color HEX #7A09E0 Dark Violet

📋 copy color: '#7A09E0'

red 122 ◦ green 9 ◦ blue 224

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

Shades of Dark Violet #7A09E0

Tints of Dark Violet #7A09E0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

 BLUE value IS 224 (87.89% from 255) = 63.1%

R = 34.37%
G = 2.54%
B = 63.1%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7A09E0 (or 0x7A09E0) is known color: Dark Violet. HEX triplet: 7A, 09 and E0. RGB value is (122,9,224). Sum of RGB (Red+Green+Blue) = 122+9+224=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A09E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09E0 is #85F61F. Grayscale: #424242. Windows color (decimal): -8779296 or 14682490. OLE color: 14682490.

HSL color Cylindrical-coordinate representation of color #7A09E0: hue angle of 271.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09E0 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 9 224 -
CMYK 0.46 0.96 0 0.12
HSL 271.53º 0.92% 0.46% -
HSV(B) 271.53º 0.96% 0.88% -
XYZ 21.58 9.71 71.26 -
YUV 67.3 216.44 167.02 -
System Red Green Blue C M Y K H S L
Decimal 122 9 224 0.46 0.96 0 0.12 271.53 0.92 0.46
Hex 7A 9 E0 2E 60 0 C 110 5C 2E
Octal 172 11 340 56 140 0 14 420 134 56
Binary 1111010 1001 11100000 101110 1100000 0 1100 100010000 1011100 101110

Color Harmonies of #7A09E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A09E0

Black with #7A09E0

Text Example


Text Example

White with #7A09E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,9,224); }

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

background-color css

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

 a { background-color: rgb(122,9,224); }

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

border-color css

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

 span { border-color: rgb(122,9,224); }

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