Html Css Color HEX #7542BF Purple Heart

📋 copy color: '#7542BF'

red 117 ◦ green 66 ◦ blue 191

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

Shades of Purple Heart #7542BF

Tints of Purple Heart #7542BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

 BLUE value IS 191 (75% from 255) = 51.07%

R = 31.28%
G = 17.65%
B = 51.07%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7542BF (or 0x7542BF) is known color: Purple Heart. HEX triplet: 75, 42 and BF. RGB value is (117,66,191). Sum of RGB (Red+Green+Blue) = 117+66+191=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #7542BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7542BF is #8ABD40. Grayscale: #5F5F5F. Windows color (decimal): -9092417 or 12534389. OLE color: 12534389.

HSL color Cylindrical-coordinate representation of color #7542BF: hue angle of 264.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7542BF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 66 191 -
CMYK 0.39 0.65 0 0.25
HSL 264.48º 0.49% 0.5% -
HSV(B) 264.48º 0.65% 0.75% -
XYZ 18.69 11.44 50.51 -
YUV 95.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 117 66 191 0.39 0.65 0 0.25 264.48 0.49 0.5
Hex 75 42 BF 27 41 0 19 108 31 32
Octal 165 102 277 47 101 0 31 410 61 62
Binary 1110101 1000010 10111111 100111 1000001 0 11001 100001000 110001 110010

Color Harmonies of #7542BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7542BF

Black with #7542BF

Text Example


Text Example

White with #7542BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7542BF; }

 p { color: rgb(117,66,191); }

 H1.HeaderClassName
 {
   color: #7542BF;
 }
 .AnyTagClassName
 {
   color: #7542BF;
 }
</style>

background-color css

<style>
 a { background-color: #7542BF; }

 a { background-color: rgb(117,66,191); }

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

border-color css

<style>
 span { border-color: #7542BF; }

 span { border-color: rgb(117,66,191); }

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