Html Css Color HEX #7C02CA Dark Violet

📋 copy color: '#7C02CA'

red 124 ◦ green 2 ◦ blue 202

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

Shades of Dark Violet #7C02CA

Tints of Dark Violet #7C02CA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 37.8%
G = 0.61%
B = 61.59%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C02CA (or 0x7C02CA) is known color: Dark Violet. HEX triplet: 7C, 02 and CA. RGB value is (124,2,202). Sum of RGB (Red+Green+Blue) = 124+2+202=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C02CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C02CA is #83FD35. Grayscale: #3C3C3C. Windows color (decimal): -8650038 or 13238908. OLE color: 13238908.

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

Color convert

RGB 124 2 202 -
CMYK 0.39 0.99 0 0.21
HSL 276.6º 0.98% 0.4% -
HSV(B) 276.6º 0.99% 0.79% -
XYZ 18.99 8.59 56.53 -
YUV 61.28 207.42 172.74 -
System Red Green Blue C M Y K H S L
Decimal 124 2 202 0.39 0.99 0 0.21 276.6 0.98 0.4
Hex 7C 2 CA 27 63 0 15 115 62 28
Octal 174 2 312 47 143 0 25 425 142 50
Binary 1111100 10 11001010 100111 1100011 0 10101 100010101 1100010 101000

Color Harmonies of #7C02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C02CA

Black with #7C02CA

Text Example


Text Example

White with #7C02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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