Html Css Color HEX #7C05CF Dark Violet

📋 copy color: '#7C05CF'

red 124 ◦ green 5 ◦ blue 207

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

Shades of Dark Violet #7C05CF

Tints of Dark Violet #7C05CF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 36.9%
G = 1.49%
B = 61.61%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C05CF (or 0x7C05CF) is known color: Dark Violet. HEX triplet: 7C, 05 and CF. RGB value is (124,5,207). Sum of RGB (Red+Green+Blue) = 124+5+207=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05CF is #83FA30. Grayscale: #3E3E3E. Windows color (decimal): -8649265 or 13567356. OLE color: 13567356.

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

Color convert

RGB 124 5 207 -
CMYK 0.40 0.98 0 0.19
HSL 275.35º 0.95% 0.42% -
HSV(B) 275.35º 0.98% 0.81% -
XYZ 19.63 8.9 59.71 -
YUV 63.61 208.92 171.07 -
System Red Green Blue C M Y K H S L
Decimal 124 5 207 0.40 0.98 0 0.19 275.35 0.95 0.42
Hex 7C 5 CF 28 62 0 13 113 5F 2A
Octal 174 5 317 50 142 0 23 423 137 52
Binary 1111100 101 11001111 101000 1100010 0 10011 100010011 1011111 101010

Color Harmonies of #7C05CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C05CF

Black with #7C05CF

Text Example


Text Example

White with #7C05CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,207); }

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

background-color css

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

 a { background-color: rgb(124,5,207); }

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

border-color css

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

 span { border-color: rgb(124,5,207); }

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