Html Css Color HEX #7422BE Purple Heart

📋 copy color: '#7422BE'

red 116 ◦ green 34 ◦ blue 190

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

Shades of Purple Heart #7422BE

Tints of Purple Heart #7422BE

RGB

 RED value IS 116 (45.7% from 255) = 34.12%

 GREEN value IS 34 (13.67% from 255) = 10%

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

R = 34.12%
G = 10%
B = 55.88%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7422BE (or 0x7422BE) is known color: Purple Heart. HEX triplet: 74, 22 and BE. RGB value is (116,34,190). Sum of RGB (Red+Green+Blue) = 116+34+190=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #7422BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422BE is #8BDD41. Grayscale: #4B4B4B. Windows color (decimal): -9166146 or 12460660. OLE color: 12460660.

HSL color Cylindrical-coordinate representation of color #7422BE: hue angle of 271.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7422BE is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 34 190 -
CMYK 0.39 0.82 0 0.25
HSL 271.54º 0.7% 0.44% -
HSV(B) 271.54º 0.82% 0.75% -
XYZ 17.07 8.57 49.47 -
YUV 76.3 192.17 156.32 -
System Red Green Blue C M Y K H S L
Decimal 116 34 190 0.39 0.82 0 0.25 271.54 0.7 0.44
Hex 74 22 BE 27 52 0 19 110 46 2C
Octal 164 42 276 47 122 0 31 420 106 54
Binary 1110100 100010 10111110 100111 1010010 0 11001 100010000 1000110 101100

Color Harmonies of #7422BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422BE

Black with #7422BE

Text Example


Text Example

White with #7422BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7422BE; }

 p { color: rgb(116,34,190); }

 H1.HeaderClassName
 {
   color: #7422BE;
 }
 .AnyTagClassName
 {
   color: #7422BE;
 }
</style>

background-color css

<style>
 a { background-color: #7422BE; }

 a { background-color: rgb(116,34,190); }

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

border-color css

<style>
 span { border-color: #7422BE; }

 span { border-color: rgb(116,34,190); }

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