Html Css Color HEX #7538BE Purple Heart

📋 copy color: '#7538BE'

red 117 ◦ green 56 ◦ blue 190

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

Shades of Purple Heart #7538BE

Tints of Purple Heart #7538BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 32.23%
G = 15.43%
B = 52.34%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7538BE (or 0x7538BE) is known color: Purple Heart. HEX triplet: 75, 38 and BE. RGB value is (117,56,190). Sum of RGB (Red+Green+Blue) = 117+56+190=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #7538BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7538BE is #8AC741. Grayscale: #595959. Windows color (decimal): -9094978 or 12466293. OLE color: 12466293.

HSL color Cylindrical-coordinate representation of color #7538BE: hue angle of 267.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7538BE is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 56 190 -
CMYK 0.38 0.71 0 0.25
HSL 267.31º 0.54% 0.48% -
HSV(B) 267.31º 0.71% 0.75% -
XYZ 18.04 10.33 49.76 -
YUV 89.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 117 56 190 0.38 0.71 0 0.25 267.31 0.54 0.48
Hex 75 38 BE 26 47 0 19 10B 36 30
Octal 165 70 276 46 107 0 31 413 66 60
Binary 1110101 111000 10111110 100110 1000111 0 11001 100001011 110110 110000

Color Harmonies of #7538BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538BE

Black with #7538BE

Text Example


Text Example

White with #7538BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7538BE; }

 p { color: rgb(117,56,190); }

 H1.HeaderClassName
 {
   color: #7538BE;
 }
 .AnyTagClassName
 {
   color: #7538BE;
 }
</style>

background-color css

<style>
 a { background-color: #7538BE; }

 a { background-color: rgb(117,56,190); }

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

border-color css

<style>
 span { border-color: #7538BE; }

 span { border-color: rgb(117,56,190); }

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