Html Css Color HEX #7541BC Purple Heart

📋 copy color: '#7541BC'

red 117 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #7541BC

Tints of Purple Heart #7541BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 31.62%
G = 17.57%
B = 50.81%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7541BC (or 0x7541BC) is known color: Purple Heart. HEX triplet: 75, 41 and BC. RGB value is (117,65,188). Sum of RGB (Red+Green+Blue) = 117+65+188=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7541BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7541BC is #8ABE43. Grayscale: #5E5E5E. Windows color (decimal): -9092676 or 12337525. OLE color: 12337525.

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

Color convert

RGB 117 65 188 -
CMYK 0.38 0.65 0 0.26
HSL 265.37º 0.49% 0.5% -
HSV(B) 265.37º 0.65% 0.74% -
XYZ 18.3 11.19 48.77 -
YUV 94.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 117 65 188 0.38 0.65 0 0.26 265.37 0.49 0.5
Hex 75 41 BC 26 41 0 1A 109 31 32
Octal 165 101 274 46 101 0 32 411 61 62
Binary 1110101 1000001 10111100 100110 1000001 0 11010 100001001 110001 110010

Color Harmonies of #7541BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7541BC

Black with #7541BC

Text Example


Text Example

White with #7541BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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