Html Css Color HEX #7A17C0 Purple Heart

📋 copy color: '#7A17C0'

red 122 ◦ green 23 ◦ blue 192

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

Shades of Purple Heart #7A17C0

Tints of Purple Heart #7A17C0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 36.2%
G = 6.82%
B = 56.97%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A17C0 (or 0x7A17C0) is known color: Purple Heart. HEX triplet: 7A, 17 and C0. RGB value is (122,23,192). Sum of RGB (Red+Green+Blue) = 122+23+192=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A17C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17C0 is #85E83F. Grayscale: #474747. Windows color (decimal): -8775744 or 12588922. OLE color: 12588922.

HSL color Cylindrical-coordinate representation of color #7A17C0: hue angle of 275.15º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A17C0 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 23 192 -
CMYK 0.36 0.88 0 0.25
HSL 275.15º 0.79% 0.42% -
HSV(B) 275.15º 0.88% 0.75% -
XYZ 17.85 8.56 50.58 -
YUV 71.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 122 23 192 0.36 0.88 0 0.25 275.15 0.79 0.42
Hex 7A 17 C0 24 58 0 19 113 4F 2A
Octal 172 27 300 44 130 0 31 423 117 52
Binary 1111010 10111 11000000 100100 1011000 0 11001 100010011 1001111 101010

Color Harmonies of #7A17C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A17C0

Black with #7A17C0

Text Example


Text Example

White with #7A17C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,192); }

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

background-color css

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

 a { background-color: rgb(122,23,192); }

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

border-color css

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

 span { border-color: rgb(122,23,192); }

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