Html Css Color HEX #7A1BBE Purple Heart

📋 copy color: '#7A1BBE'

red 122 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #7A1BBE

Tints of Purple Heart #7A1BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.96%

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

R = 35.99%
G = 7.96%
B = 56.05%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A1BBE (or 0x7A1BBE) is known color: Purple Heart. HEX triplet: 7A, 1B and BE. RGB value is (122,27,190). Sum of RGB (Red+Green+Blue) = 122+27+190=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A1BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1BBE is #85E441. Grayscale: #494949. Windows color (decimal): -8774722 or 12458874. OLE color: 12458874.

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

Color convert

RGB 122 27 190 -
CMYK 0.36 0.86 0 0.25
HSL 274.97º 0.75% 0.43% -
HSV(B) 274.97º 0.86% 0.75% -
XYZ 17.71 8.64 49.45 -
YUV 73.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 122 27 190 0.36 0.86 0 0.25 274.97 0.75 0.43
Hex 7A 1B BE 24 56 0 19 113 4B 2B
Octal 172 33 276 44 126 0 31 423 113 53
Binary 1111010 11011 10111110 100100 1010110 0 11001 100010011 1001011 101011

Color Harmonies of #7A1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1BBE

Black with #7A1BBE

Text Example


Text Example

White with #7A1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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