Html Css Color HEX #7C16CC Blue Violet

📋 copy color: '#7C16CC'

red 124 ◦ green 22 ◦ blue 204

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

Shades of Blue Violet #7C16CC

Tints of Blue Violet #7C16CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 35.43%
G = 6.29%
B = 58.29%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C16CC (or 0x7C16CC) is known color: Blue Violet. HEX triplet: 7C, 16 and CC. RGB value is (124,22,204). Sum of RGB (Red+Green+Blue) = 124+22+204=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C16CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C16CC is #83E933. Grayscale: #484848. Windows color (decimal): -8644916 or 13375100. OLE color: 13375100.

HSL color Cylindrical-coordinate representation of color #7C16CC: hue angle of 273.63º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C16CC is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 22 204 -
CMYK 0.39 0.89 0 0.2
HSL 273.63º 0.81% 0.44% -
HSV(B) 273.63º 0.89% 0.8% -
XYZ 19.5 9.22 57.88 -
YUV 73.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 124 22 204 0.39 0.89 0 0.2 273.63 0.81 0.44
Hex 7C 16 CC 27 59 0 14 112 51 2C
Octal 174 26 314 47 131 0 24 422 121 54
Binary 1111100 10110 11001100 100111 1011001 0 10100 100010010 1010001 101100

Color Harmonies of #7C16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C16CC

Black with #7C16CC

Text Example


Text Example

White with #7C16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,22,204); }

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

background-color css

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

 a { background-color: rgb(124,22,204); }

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

border-color css

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

 span { border-color: rgb(124,22,204); }

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