Html Css Color HEX #7D3DBF Purple Heart

📋 copy color: '#7D3DBF'

red 125 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #7D3DBF

Tints of Purple Heart #7D3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 33.16%
G = 16.18%
B = 50.66%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D3DBF (or 0x7D3DBF) is known color: Purple Heart. HEX triplet: 7D, 3D and BF. RGB value is (125,61,191). Sum of RGB (Red+Green+Blue) = 125+61+191=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3DBF is #82C240. Grayscale: #5E5E5E. Windows color (decimal): -8569409 or 12533117. OLE color: 12533117.

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

Color convert

RGB 125 61 191 -
CMYK 0.35 0.68 0 0.25
HSL 269.54º 0.52% 0.49% -
HSV(B) 269.54º 0.68% 0.75% -
XYZ 19.53 11.46 50.47 -
YUV 94.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 125 61 191 0.35 0.68 0 0.25 269.54 0.52 0.49
Hex 7D 3D BF 23 44 0 19 10E 34 31
Octal 175 75 277 43 104 0 31 416 64 61
Binary 1111101 111101 10111111 100011 1000100 0 11001 100001110 110100 110001

Color Harmonies of #7D3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3DBF

Black with #7D3DBF

Text Example


Text Example

White with #7D3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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