Html Css Color HEX #7B34BE Purple Heart

📋 copy color: '#7B34BE'

red 123 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #7B34BE

Tints of Purple Heart #7B34BE

RGB

 RED value IS 123 (48.44% from 255) = 33.7%

 GREEN value IS 52 (20.7% from 255) = 14.25%

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

R = 33.7%
G = 14.25%
B = 52.05%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B34BE (or 0x7B34BE) is known color: Purple Heart. HEX triplet: 7B, 34 and BE. RGB value is (123,52,190). Sum of RGB (Red+Green+Blue) = 123+52+190=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B34BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B34BE is #84CB41. Grayscale: #585858. Windows color (decimal): -8702786 or 12465275. OLE color: 12465275.

HSL color Cylindrical-coordinate representation of color #7B34BE: hue angle of 270.87º degrees, saturation: 0.57, 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 #7B34BE is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 52 190 -
CMYK 0.35 0.73 0 0.25
HSL 270.87º 0.57% 0.47% -
HSV(B) 270.87º 0.73% 0.75% -
XYZ 18.69 10.38 49.73 -
YUV 88.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 123 52 190 0.35 0.73 0 0.25 270.87 0.57 0.47
Hex 7B 34 BE 23 49 0 19 10F 39 2F
Octal 173 64 276 43 111 0 31 417 71 57
Binary 1111011 110100 10111110 100011 1001001 0 11001 100001111 111001 101111

Color Harmonies of #7B34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B34BE

Black with #7B34BE

Text Example


Text Example

White with #7B34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,52,190); }

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

background-color css

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

 a { background-color: rgb(123,52,190); }

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

border-color css

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

 span { border-color: rgb(123,52,190); }

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