Html Css Color HEX #7443BD Purple Heart

📋 copy color: '#7443BD'

red 116 ◦ green 67 ◦ blue 189

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

Shades of Purple Heart #7443BD

Tints of Purple Heart #7443BD

RGB

 RED value IS 116 (45.7% from 255) = 31.18%

 GREEN value IS 67 (26.56% from 255) = 18.01%

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 31.18%
G = 18.01%
B = 50.81%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7443BD (or 0x7443BD) is known color: Purple Heart. HEX triplet: 74, 43 and BD. RGB value is (116,67,189). Sum of RGB (Red+Green+Blue) = 116+67+189=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #7443BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7443BD is #8BBC42. Grayscale: #5F5F5F. Windows color (decimal): -9157699 or 12403572. OLE color: 12403572.

HSL color Cylindrical-coordinate representation of color #7443BD: hue angle of 264.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7443BD is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 67 189 -
CMYK 0.39 0.65 0 0.26
HSL 264.1º 0.48% 0.5% -
HSV(B) 264.1º 0.65% 0.74% -
XYZ 18.39 11.4 49.38 -
YUV 95.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 116 67 189 0.39 0.65 0 0.26 264.1 0.48 0.5
Hex 74 43 BD 27 41 0 1A 108 30 32
Octal 164 103 275 47 101 0 32 410 60 62
Binary 1110100 1000011 10111101 100111 1000001 0 11010 100001000 110000 110010

Color Harmonies of #7443BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7443BD

Black with #7443BD

Text Example


Text Example

White with #7443BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7443BD; }

 p { color: rgb(116,67,189); }

 H1.HeaderClassName
 {
   color: #7443BD;
 }
 .AnyTagClassName
 {
   color: #7443BD;
 }
</style>

background-color css

<style>
 a { background-color: #7443BD; }

 a { background-color: rgb(116,67,189); }

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

border-color css

<style>
 span { border-color: #7443BD; }

 span { border-color: rgb(116,67,189); }

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