Html Css Color HEX #7D2BBF Purple Heart

📋 copy color: '#7D2BBF'

red 125 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #7D2BBF

Tints of Purple Heart #7D2BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.2%

R = 34.82%
G = 11.98%
B = 53.2%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D2BBF (or 0x7D2BBF) is known color: Purple Heart. HEX triplet: 7D, 2B and BF. RGB value is (125,43,191). Sum of RGB (Red+Green+Blue) = 125+43+191=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D2BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2BBF is #82D440. Grayscale: #535353. Windows color (decimal): -8574017 or 12528509. OLE color: 12528509.

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

Color convert

RGB 125 43 191 -
CMYK 0.35 0.77 0 0.25
HSL 273.24º 0.63% 0.46% -
HSV(B) 273.24º 0.77% 0.75% -
XYZ 18.73 9.85 50.2 -
YUV 84.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 125 43 191 0.35 0.77 0 0.25 273.24 0.63 0.46
Hex 7D 2B BF 23 4D 0 19 111 3F 2E
Octal 175 53 277 43 115 0 31 421 77 56
Binary 1111101 101011 10111111 100011 1001101 0 11001 100010001 111111 101110

Color Harmonies of #7D2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2BBF

Black with #7D2BBF

Text Example


Text Example

White with #7D2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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