Html Css Color HEX #7D2FBA Purple Heart

📋 copy color: '#7D2FBA'

red 125 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #7D2FBA

Tints of Purple Heart #7D2FBA

RGB

 RED value IS 125 (49.22% from 255) = 34.92%

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

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

R = 34.92%
G = 13.13%
B = 51.96%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D2FBA (or 0x7D2FBA) is known color: Purple Heart. HEX triplet: 7D, 2F and BA. RGB value is (125,47,186). Sum of RGB (Red+Green+Blue) = 125+47+186=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2FBA is #82D045. Grayscale: #555555. Windows color (decimal): -8572998 or 12201853. OLE color: 12201853.

HSL color Cylindrical-coordinate representation of color #7D2FBA: hue angle of 273.67º 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 #7D2FBA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 47 186 -
CMYK 0.33 0.75 0 0.27
HSL 273.67º 0.6% 0.46% -
HSV(B) 273.67º 0.75% 0.73% -
XYZ 18.34 9.94 47.41 -
YUV 86.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 125 47 186 0.33 0.75 0 0.27 273.67 0.6 0.46
Hex 7D 2F BA 21 4B 0 1B 112 3C 2E
Octal 175 57 272 41 113 0 33 422 74 56
Binary 1111101 101111 10111010 100001 1001011 0 11011 100010010 111100 101110

Color Harmonies of #7D2FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2FBA

Black with #7D2FBA

Text Example


Text Example

White with #7D2FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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