Html Css Color HEX #7C09E0 Dark Violet

📋 copy color: '#7C09E0'

red 124 ◦ green 9 ◦ blue 224

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

Shades of Dark Violet #7C09E0

Tints of Dark Violet #7C09E0

RGB

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

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

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

R = 34.73%
G = 2.52%
B = 62.75%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7C09E0 (or 0x7C09E0) is known color: Dark Violet. HEX triplet: 7C, 09 and E0. RGB value is (124,9,224). Sum of RGB (Red+Green+Blue) = 124+9+224=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #7C09E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09E0 is #83F61F. Grayscale: #434343. Windows color (decimal): -8648224 or 14682492. OLE color: 14682492.

HSL color Cylindrical-coordinate representation of color #7C09E0: hue angle of 272.09º 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 #7C09E0 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 9 224 -
CMYK 0.45 0.96 0 0.12
HSL 272.09º 0.92% 0.46% -
HSV(B) 272.09º 0.96% 0.88% -
XYZ 21.86 9.86 71.27 -
YUV 67.9 216.1 168.02 -
System Red Green Blue C M Y K H S L
Decimal 124 9 224 0.45 0.96 0 0.12 272.09 0.92 0.46
Hex 7C 9 E0 2D 60 0 C 110 5C 2E
Octal 174 11 340 55 140 0 14 420 134 56
Binary 1111100 1001 11100000 101101 1100000 0 1100 100010000 1011100 101110

Color Harmonies of #7C09E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09E0

Black with #7C09E0

Text Example


Text Example

White with #7C09E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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