Html Css Color HEX #7D3CBE Purple Heart

📋 copy color: '#7D3CBE'

red 125 ◦ green 60 ◦ blue 190

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

Shades of Purple Heart #7D3CBE

Tints of Purple Heart #7D3CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

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

R = 33.33%
G = 16%
B = 50.67%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D3CBE (or 0x7D3CBE) is known color: Purple Heart. HEX triplet: 7D, 3C and BE. RGB value is (125,60,190). Sum of RGB (Red+Green+Blue) = 125+60+190=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D3CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3CBE is #82C341. Grayscale: #5D5D5D. Windows color (decimal): -8569666 or 12467325. OLE color: 12467325.

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

Color convert

RGB 125 60 190 -
CMYK 0.34 0.68 0 0.25
HSL 270º 0.52% 0.49% -
HSV(B) 270º 0.68% 0.75% -
XYZ 19.37 11.31 49.88 -
YUV 94.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 125 60 190 0.34 0.68 0 0.25 270 0.52 0.49
Hex 7D 3C BE 22 44 0 19 10E 34 31
Octal 175 74 276 42 104 0 31 416 64 61
Binary 1111101 111100 10111110 100010 1000100 0 11001 100001110 110100 110001

Color Harmonies of #7D3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CBE

Black with #7D3CBE

Text Example


Text Example

White with #7D3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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