Html Css Color HEX #7B2FBA Purple Heart

📋 copy color: '#7B2FBA'

red 123 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #7B2FBA

Tints of Purple Heart #7B2FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 34.55%
G = 13.2%
B = 52.25%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B2FBA (or 0x7B2FBA) is known color: Purple Heart. HEX triplet: 7B, 2F and BA. RGB value is (123,47,186). Sum of RGB (Red+Green+Blue) = 123+47+186=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2FBA is #84D045. Grayscale: #555555. Windows color (decimal): -8704070 or 12201851. OLE color: 12201851.

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

Color convert

RGB 123 47 186 -
CMYK 0.34 0.75 0 0.27
HSL 272.81º 0.6% 0.46% -
HSV(B) 272.81º 0.75% 0.73% -
XYZ 18.05 9.79 47.39 -
YUV 85.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 123 47 186 0.34 0.75 0 0.27 272.81 0.6 0.46
Hex 7B 2F BA 22 4B 0 1B 111 3C 2E
Octal 173 57 272 42 113 0 33 421 74 56
Binary 1111011 101111 10111010 100010 1001011 0 11011 100010001 111100 101110

Color Harmonies of #7B2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2FBA

Black with #7B2FBA

Text Example


Text Example

White with #7B2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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