Html Css Color HEX #7440BC Purple Heart

📋 copy color: '#7440BC'

red 116 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #7440BC

Tints of Purple Heart #7440BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 31.52%
G = 17.39%
B = 51.09%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7440BC (or 0x7440BC) is known color: Purple Heart. HEX triplet: 74, 40 and BC. RGB value is (116,64,188). Sum of RGB (Red+Green+Blue) = 116+64+188=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #7440BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440BC is #8BBF43. Grayscale: #5D5D5D. Windows color (decimal): -9158468 or 12337268. OLE color: 12337268.

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

Color convert

RGB 116 64 188 -
CMYK 0.38 0.66 0 0.26
HSL 265.16º 0.49% 0.49% -
HSV(B) 265.16º 0.66% 0.74% -
XYZ 18.11 11.01 48.75 -
YUV 93.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 116 64 188 0.38 0.66 0 0.26 265.16 0.49 0.49
Hex 74 40 BC 26 42 0 1A 109 31 31
Octal 164 100 274 46 102 0 32 411 61 61
Binary 1110100 1000000 10111100 100110 1000010 0 11010 100001001 110001 110001

Color Harmonies of #7440BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440BC

Black with #7440BC

Text Example


Text Example

White with #7440BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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