Html Css Color HEX #7540BC Purple Heart

📋 copy color: '#7540BC'

red 117 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #7540BC

Tints of Purple Heart #7540BC

RGB

 RED value IS 117 (46.09% from 255) = 31.71%

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

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

R = 31.71%
G = 17.34%
B = 50.95%

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

#7540BC (or 0x7540BC) is known color: Purple Heart. HEX triplet: 75, 40 and BC. RGB value is (117,64,188). Sum of RGB (Red+Green+Blue) = 117+64+188=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #7540BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540BC is #8ABF43. Grayscale: #5D5D5D. Windows color (decimal): -9092932 or 12337269. OLE color: 12337269.

HSL color Cylindrical-coordinate representation of color #7540BC: hue angle of 265.65º 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 #7540BC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 64 188 -
CMYK 0.38 0.66 0 0.26
HSL 265.65º 0.49% 0.49% -
HSV(B) 265.65º 0.66% 0.74% -
XYZ 18.25 11.08 48.75 -
YUV 93.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 117 64 188 0.38 0.66 0 0.26 265.65 0.49 0.49
Hex 75 40 BC 26 42 0 1A 10A 31 31
Octal 165 100 274 46 102 0 32 412 61 61
Binary 1110101 1000000 10111100 100110 1000010 0 11010 100001010 110001 110001

Color Harmonies of #7540BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7540BC

Black with #7540BC

Text Example


Text Example

White with #7540BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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