Html Css Color HEX #7C09DC Dark Violet

📋 copy color: '#7C09DC'

red 124 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #7C09DC

Tints of Dark Violet #7C09DC

RGB

 RED value IS 124 (48.83% from 255) = 35.13%

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

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 35.13%
G = 2.55%
B = 62.32%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C09DC (or 0x7C09DC) is known color: Dark Violet. HEX triplet: 7C, 09 and DC. RGB value is (124,9,220). Sum of RGB (Red+Green+Blue) = 124+9+220=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09DC is #83F623. Grayscale: #424242. Windows color (decimal): -8648228 or 14420348. OLE color: 14420348.

HSL color Cylindrical-coordinate representation of color #7C09DC: hue angle of 272.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C09DC is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 9 220 -
CMYK 0.44 0.96 0 0.14
HSL 272.7º 0.92% 0.45% -
HSV(B) 272.7º 0.96% 0.86% -
XYZ 21.33 9.65 68.45 -
YUV 67.44 214.1 168.34 -
System Red Green Blue C M Y K H S L
Decimal 124 9 220 0.44 0.96 0 0.14 272.7 0.92 0.45
Hex 7C 9 DC 2C 60 0 E 111 5C 2D
Octal 174 11 334 54 140 0 16 421 134 55
Binary 1111100 1001 11011100 101100 1100000 0 1110 100010001 1011100 101101

Color Harmonies of #7C09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09DC

Black with #7C09DC

Text Example


Text Example

White with #7C09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,220); }

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

background-color css

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

 a { background-color: rgb(124,9,220); }

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

border-color css

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

 span { border-color: rgb(124,9,220); }

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