Html Css Color HEX #7A33BE Purple Heart

📋 copy color: '#7A33BE'

red 122 ◦ green 51 ◦ blue 190

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

Shades of Purple Heart #7A33BE

Tints of Purple Heart #7A33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

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

R = 33.61%
G = 14.05%
B = 52.34%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A33BE (or 0x7A33BE) is known color: Purple Heart. HEX triplet: 7A, 33 and BE. RGB value is (122,51,190). Sum of RGB (Red+Green+Blue) = 122+51+190=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A33BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A33BE is #85CC41. Grayscale: #575757. Windows color (decimal): -8768578 or 12465018. OLE color: 12465018.

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

Color convert

RGB 122 51 190 -
CMYK 0.36 0.73 0 0.25
HSL 270.65º 0.58% 0.47% -
HSV(B) 270.65º 0.73% 0.75% -
XYZ 18.5 10.22 49.71 -
YUV 88.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 122 51 190 0.36 0.73 0 0.25 270.65 0.58 0.47
Hex 7A 33 BE 24 49 0 19 10F 3A 2F
Octal 172 63 276 44 111 0 31 417 72 57
Binary 1111010 110011 10111110 100100 1001001 0 11001 100001111 111010 101111

Color Harmonies of #7A33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A33BE

Black with #7A33BE

Text Example


Text Example

White with #7A33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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