Html Css Color HEX #7C18CA Blue Violet

📋 copy color: '#7C18CA'

red 124 ◦ green 24 ◦ blue 202

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

Shades of Blue Violet #7C18CA

Tints of Blue Violet #7C18CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 35.43%
G = 6.86%
B = 57.71%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C18CA (or 0x7C18CA) is known color: Blue Violet. HEX triplet: 7C, 18 and CA. RGB value is (124,24,202). Sum of RGB (Red+Green+Blue) = 124+24+202=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C18CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C18CA is #83E735. Grayscale: #494949. Windows color (decimal): -8644406 or 13244540. OLE color: 13244540.

HSL color Cylindrical-coordinate representation of color #7C18CA: hue angle of 273.71º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C18CA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 24 202 -
CMYK 0.39 0.88 0 0.21
HSL 273.71º 0.79% 0.44% -
HSV(B) 273.71º 0.88% 0.79% -
XYZ 19.3 9.2 56.64 -
YUV 74.19 200.13 163.53 -
System Red Green Blue C M Y K H S L
Decimal 124 24 202 0.39 0.88 0 0.21 273.71 0.79 0.44
Hex 7C 18 CA 27 58 0 15 112 4F 2C
Octal 174 30 312 47 130 0 25 422 117 54
Binary 1111100 11000 11001010 100111 1011000 0 10101 100010010 1001111 101100

Color Harmonies of #7C18CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C18CA

Black with #7C18CA

Text Example


Text Example

White with #7C18CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,202); }

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

background-color css

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

 a { background-color: rgb(124,24,202); }

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

border-color css

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

 span { border-color: rgb(124,24,202); }

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