Html Css Color HEX #7D2CB3 Purple Heart

📋 copy color: '#7D2CB3'

red 125 ◦ green 44 ◦ blue 179

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

Shades of Purple Heart #7D2CB3

Tints of Purple Heart #7D2CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 179 (70.31% from 255) = 51.44%

R = 35.92%
G = 12.64%
B = 51.44%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7D2CB3 (or 0x7D2CB3) is known color: Purple Heart. HEX triplet: 7D, 2C and B3. RGB value is (125,44,179). Sum of RGB (Red+Green+Blue) = 125+44+179=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D2CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2CB3 is #82D34C. Grayscale: #535353. Windows color (decimal): -8573773 or 11742333. OLE color: 11742333.

HSL color Cylindrical-coordinate representation of color #7D2CB3: hue angle of 276º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2CB3 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 44 179 -
CMYK 0.30 0.75 0 0.30
HSL 276º 0.61% 0.44% -
HSV(B) 276º 0.75% 0.7% -
XYZ 17.49 9.42 43.54 -
YUV 83.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 125 44 179 0.30 0.75 0 0.30 276 0.61 0.44
Hex 7D 2C B3 1E 4B 0 1E 114 3D 2C
Octal 175 54 263 36 113 0 36 424 75 54
Binary 1111101 101100 10110011 11110 1001011 0 11110 100010100 111101 101100

Color Harmonies of #7D2CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2CB3

Black with #7D2CB3

Text Example


Text Example

White with #7D2CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,44,179); }

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

background-color css

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

 a { background-color: rgb(125,44,179); }

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

border-color css

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

 span { border-color: rgb(125,44,179); }

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