Html Css Color HEX #7D2BBE Purple Heart

📋 copy color: '#7D2BBE'

red 125 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #7D2BBE

Tints of Purple Heart #7D2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

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

R = 34.92%
G = 12.01%
B = 53.07%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D2BBE (or 0x7D2BBE) is known color: Purple Heart. HEX triplet: 7D, 2B and BE. RGB value is (125,43,190). Sum of RGB (Red+Green+Blue) = 125+43+190=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2BBE is #82D441. Grayscale: #535353. Windows color (decimal): -8574018 or 12462973. OLE color: 12462973.

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

Color convert

RGB 125 43 190 -
CMYK 0.34 0.77 0 0.25
HSL 273.47º 0.63% 0.46% -
HSV(B) 273.47º 0.77% 0.75% -
XYZ 18.62 9.81 49.63 -
YUV 84.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 125 43 190 0.34 0.77 0 0.25 273.47 0.63 0.46
Hex 7D 2B BE 22 4D 0 19 111 3F 2E
Octal 175 53 276 42 115 0 31 421 77 56
Binary 1111101 101011 10111110 100010 1001101 0 11001 100010001 111111 101110

Color Harmonies of #7D2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2BBE

Black with #7D2BBE

Text Example


Text Example

White with #7D2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,43,190); }

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

background-color css

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

 a { background-color: rgb(125,43,190); }

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

border-color css

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

 span { border-color: rgb(125,43,190); }

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