Html Css Color HEX #7C0ADF Dark Violet

📋 copy color: '#7C0ADF'

red 124 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #7C0ADF

Tints of Dark Violet #7C0ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.8%

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 34.73%
G = 2.8%
B = 62.46%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C0ADF (or 0x7C0ADF) is known color: Dark Violet. HEX triplet: 7C, 0A and DF. RGB value is (124,10,223). Sum of RGB (Red+Green+Blue) = 124+10+223=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ADF is #83F520. Grayscale: #434343. Windows color (decimal): -8647969 or 14617212. OLE color: 14617212.

HSL color Cylindrical-coordinate representation of color #7C0ADF: hue angle of 272.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0ADF is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 10 223 -
CMYK 0.44 0.96 0 0.13
HSL 272.11º 0.91% 0.46% -
HSV(B) 272.11º 0.96% 0.87% -
XYZ 21.74 9.83 70.56 -
YUV 68.37 215.27 167.68 -
System Red Green Blue C M Y K H S L
Decimal 124 10 223 0.44 0.96 0 0.13 272.11 0.91 0.46
Hex 7C A DF 2C 60 0 D 110 5B 2E
Octal 174 12 337 54 140 0 15 420 133 56
Binary 1111100 1010 11011111 101100 1100000 0 1101 100010000 1011011 101110

Color Harmonies of #7C0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0ADF

Black with #7C0ADF

Text Example


Text Example

White with #7C0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,10,223); }

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

background-color css

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

 a { background-color: rgb(124,10,223); }

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

border-color css

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

 span { border-color: rgb(124,10,223); }

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