Html Css Color HEX #7A42BE Purple Heart

📋 copy color: '#7A42BE'

red 122 ◦ green 66 ◦ blue 190

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

Shades of Purple Heart #7A42BE

Tints of Purple Heart #7A42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 32.28%
G = 17.46%
B = 50.26%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A42BE (or 0x7A42BE) is known color: Purple Heart. HEX triplet: 7A, 42 and BE. RGB value is (122,66,190). Sum of RGB (Red+Green+Blue) = 122+66+190=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A42BE is #85BD41. Grayscale: #606060. Windows color (decimal): -8764738 or 12468858. OLE color: 12468858.

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

Color convert

RGB 122 66 190 -
CMYK 0.36 0.65 0 0.25
HSL 267.1º 0.49% 0.5% -
HSV(B) 267.1º 0.65% 0.75% -
XYZ 19.27 11.75 49.97 -
YUV 96.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 122 66 190 0.36 0.65 0 0.25 267.1 0.49 0.5
Hex 7A 42 BE 24 41 0 19 10B 31 32
Octal 172 102 276 44 101 0 31 413 61 62
Binary 1111010 1000010 10111110 100100 1000001 0 11001 100001011 110001 110010

Color Harmonies of #7A42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A42BE

Black with #7A42BE

Text Example


Text Example

White with #7A42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,66,190); }

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

background-color css

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

 a { background-color: rgb(122,66,190); }

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

border-color css

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

 span { border-color: rgb(122,66,190); }

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