Html Css Color HEX #7A09CF Dark Violet

📋 copy color: '#7A09CF'

red 122 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #7A09CF

Tints of Dark Violet #7A09CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.24%

R = 36.09%
G = 2.66%
B = 61.24%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A09CF (or 0x7A09CF) is known color: Dark Violet. HEX triplet: 7A, 09 and CF. RGB value is (122,9,207). Sum of RGB (Red+Green+Blue) = 122+9+207=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A09CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09CF is #85F630. Grayscale: #404040. Windows color (decimal): -8779313 or 13568378. OLE color: 13568378.

HSL color Cylindrical-coordinate representation of color #7A09CF: hue angle of 274.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09CF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 9 207 -
CMYK 0.41 0.96 0 0.19
HSL 274.24º 0.92% 0.42% -
HSV(B) 274.24º 0.96% 0.81% -
XYZ 19.39 8.84 59.72 -
YUV 65.36 207.94 168.4 -
System Red Green Blue C M Y K H S L
Decimal 122 9 207 0.41 0.96 0 0.19 274.24 0.92 0.42
Hex 7A 9 CF 29 60 0 13 112 5C 2A
Octal 172 11 317 51 140 0 23 422 134 52
Binary 1111010 1001 11001111 101001 1100000 0 10011 100010010 1011100 101010

Color Harmonies of #7A09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A09CF

Black with #7A09CF

Text Example


Text Example

White with #7A09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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