Html Css Color HEX #7D2DBF Purple Heart

📋 copy color: '#7D2DBF'

red 125 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #7D2DBF

Tints of Purple Heart #7D2DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

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

R = 34.63%
G = 12.47%
B = 52.91%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D2DBF (or 0x7D2DBF) is known color: Purple Heart. HEX triplet: 7D, 2D and BF. RGB value is (125,45,191). Sum of RGB (Red+Green+Blue) = 125+45+191=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D2DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2DBF is #82D240. Grayscale: #555555. Windows color (decimal): -8573505 or 12529021. OLE color: 12529021.

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

Color convert

RGB 125 45 191 -
CMYK 0.35 0.76 0 0.25
HSL 272.88º 0.62% 0.46% -
HSV(B) 272.88º 0.76% 0.75% -
XYZ 18.8 10 50.23 -
YUV 85.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 125 45 191 0.35 0.76 0 0.25 272.88 0.62 0.46
Hex 7D 2D BF 23 4C 0 19 111 3E 2E
Octal 175 55 277 43 114 0 31 421 76 56
Binary 1111101 101101 10111111 100011 1001100 0 11001 100010001 111110 101110

Color Harmonies of #7D2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2DBF

Black with #7D2DBF

Text Example


Text Example

White with #7D2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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