Html Css Color HEX #7A18CA Purple Heart

📋 copy color: '#7A18CA'

red 122 ◦ green 24 ◦ blue 202

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

Shades of Purple Heart #7A18CA

Tints of Purple Heart #7A18CA

RGB

 RED value IS 122 (48.05% from 255) = 35.06%

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

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

R = 35.06%
G = 6.9%
B = 58.05%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A18CA (or 0x7A18CA) is known color: Purple Heart. HEX triplet: 7A, 18 and CA. RGB value is (122,24,202). Sum of RGB (Red+Green+Blue) = 122+24+202=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A18CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A18CA is #85E735. Grayscale: #484848. Windows color (decimal): -8775478 or 13244538. OLE color: 13244538.

HSL color Cylindrical-coordinate representation of color #7A18CA: hue angle of 273.03º 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 #7A18CA is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 24 202 -
CMYK 0.40 0.88 0 0.21
HSL 273.03º 0.79% 0.44% -
HSV(B) 273.03º 0.88% 0.79% -
XYZ 19.01 9.06 56.62 -
YUV 73.59 200.47 162.53 -
System Red Green Blue C M Y K H S L
Decimal 122 24 202 0.40 0.88 0 0.21 273.03 0.79 0.44
Hex 7A 18 CA 28 58 0 15 111 4F 2C
Octal 172 30 312 50 130 0 25 421 117 54
Binary 1111010 11000 11001010 101000 1011000 0 10101 100010001 1001111 101100

Color Harmonies of #7A18CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A18CA

Black with #7A18CA

Text Example


Text Example

White with #7A18CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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