Html Css Color HEX #7C00CF Dark Violet

📋 copy color: '#7C00CF'

red 124 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #7C00CF

Tints of Dark Violet #7C00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.46%
G = 0%
B = 62.54%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C00CF (or 0x7C00CF) is known color: Dark Violet. HEX triplet: 7C, 00 and CF. RGB value is (124,0,207). Sum of RGB (Red+Green+Blue) = 124+0+207=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C00CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00CF is #83FF30. Grayscale: #3B3B3B. Windows color (decimal): -8650545 or 13566076. OLE color: 13566076.

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

Color convert

RGB 124 0 207 -
CMYK 0.40 1 0 0.19
HSL 275.94º 1% 0.41% -
HSV(B) 275.94º 1% 0.81% -
XYZ 19.57 8.79 59.7 -
YUV 60.67 210.58 173.17 -
System Red Green Blue C M Y K H S L
Decimal 124 0 207 0.40 1 0 0.19 275.94 1 0.41
Hex 7C 0 CF 28 64 0 13 114 64 29
Octal 174 0 317 50 144 0 23 424 144 51
Binary 1111100 0 11001111 101000 1100100 0 10011 100010100 1100100 101001

Color Harmonies of #7C00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C00CF

Black with #7C00CF

Text Example


Text Example

White with #7C00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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