Html Css Color HEX #7443BC Purple Heart

📋 copy color: '#7443BC'

red 116 ◦ green 67 ◦ blue 188

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

Shades of Purple Heart #7443BC

Tints of Purple Heart #7443BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 31.27%
G = 18.06%
B = 50.67%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7443BC (or 0x7443BC) is known color: Purple Heart. HEX triplet: 74, 43 and BC. RGB value is (116,67,188). Sum of RGB (Red+Green+Blue) = 116+67+188=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7443BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7443BC is #8BBC43. Grayscale: #5F5F5F. Windows color (decimal): -9157700 or 12338036. OLE color: 12338036.

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

Color convert

RGB 116 67 188 -
CMYK 0.38 0.64 0 0.26
HSL 264.3º 0.47% 0.5% -
HSV(B) 264.3º 0.64% 0.74% -
XYZ 18.29 11.36 48.81 -
YUV 95.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 116 67 188 0.38 0.64 0 0.26 264.3 0.47 0.5
Hex 74 43 BC 26 40 0 1A 108 2F 32
Octal 164 103 274 46 100 0 32 410 57 62
Binary 1110100 1000011 10111100 100110 1000000 0 11010 100001000 101111 110010

Color Harmonies of #7443BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7443BC

Black with #7443BC

Text Example


Text Example

White with #7443BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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