Html Css Color HEX #7B2FBE Purple Heart

📋 copy color: '#7B2FBE'

red 123 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #7B2FBE

Tints of Purple Heart #7B2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.06%

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

R = 34.17%
G = 13.06%
B = 52.78%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B2FBE (or 0x7B2FBE) is known color: Purple Heart. HEX triplet: 7B, 2F and BE. RGB value is (123,47,190). Sum of RGB (Red+Green+Blue) = 123+47+190=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2FBE is #84D041. Grayscale: #555555. Windows color (decimal): -8704066 or 12463995. OLE color: 12463995.

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

Color convert

RGB 123 47 190 -
CMYK 0.35 0.75 0 0.25
HSL 271.89º 0.6% 0.46% -
HSV(B) 271.89º 0.75% 0.75% -
XYZ 18.48 9.96 49.66 -
YUV 86.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 123 47 190 0.35 0.75 0 0.25 271.89 0.6 0.46
Hex 7B 2F BE 23 4B 0 19 110 3C 2E
Octal 173 57 276 43 113 0 31 420 74 56
Binary 1111011 101111 10111110 100011 1001011 0 11001 100010000 111100 101110

Color Harmonies of #7B2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2FBE

Black with #7B2FBE

Text Example


Text Example

White with #7B2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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