Html Css Color HEX #7C01CF Dark Violet

📋 copy color: '#7C01CF'

red 124 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #7C01CF

Tints of Dark Violet #7C01CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 37.35%
G = 0.3%
B = 62.35%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C01CF (or 0x7C01CF) is known color: Dark Violet. HEX triplet: 7C, 01 and CF. RGB value is (124,1,207). Sum of RGB (Red+Green+Blue) = 124+1+207=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C01CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C01CF is #83FE30. Grayscale: #3C3C3C. Windows color (decimal): -8650289 or 13566332. OLE color: 13566332.

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

Color convert

RGB 124 1 207 -
CMYK 0.40 1.00 0 0.19
HSL 275.83º 0.99% 0.41% -
HSV(B) 275.83º 1% 0.81% -
XYZ 19.59 8.81 59.7 -
YUV 61.26 210.25 172.75 -
System Red Green Blue C M Y K H S L
Decimal 124 1 207 0.40 1.00 0 0.19 275.83 0.99 0.41
Hex 7C 1 CF 28 64 0 13 114 63 29
Octal 174 1 317 50 144 0 23 424 143 51
Binary 1111100 1 11001111 101000 1100100 0 10011 100010100 1100011 101001

Color Harmonies of #7C01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C01CF

Black with #7C01CF

Text Example


Text Example

White with #7C01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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