Html Css Color HEX #7C08AE Dark Violet

📋 copy color: '#7C08AE'

red 124 ◦ green 8 ◦ blue 174

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

Shades of Dark Violet #7C08AE

Tints of Dark Violet #7C08AE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 40.52%
G = 2.61%
B = 56.86%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C08AE (or 0x7C08AE) is known color: Dark Violet. HEX triplet: 7C, 08 and AE. RGB value is (124,8,174). Sum of RGB (Red+Green+Blue) = 124+8+174=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C08AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C08AE is #83F751. Grayscale: #3D3D3D. Windows color (decimal): -8648530 or 11405436. OLE color: 11405436.

HSL color Cylindrical-coordinate representation of color #7C08AE: hue angle of 281.93º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C08AE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 8 174 -
CMYK 0.29 0.95 0 0.32
HSL 281.93º 0.91% 0.36% -
HSV(B) 281.93º 0.95% 0.68% -
XYZ 16.04 7.51 40.65 -
YUV 61.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 124 8 174 0.29 0.95 0 0.32 281.93 0.91 0.36
Hex 7C 8 AE 1D 5F 0 20 11A 5B 24
Octal 174 10 256 35 137 0 40 432 133 44
Binary 1111100 1000 10101110 11101 1011111 0 100000 100011010 1011011 100100

Color Harmonies of #7C08AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C08AE

Black with #7C08AE

Text Example


Text Example

White with #7C08AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,8,174); }

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

background-color css

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

 a { background-color: rgb(124,8,174); }

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

border-color css

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

 span { border-color: rgb(124,8,174); }

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