Html Css Color HEX #7530BF Purple Heart

📋 copy color: '#7530BF'

red 117 ◦ green 48 ◦ blue 191

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

Shades of Purple Heart #7530BF

Tints of Purple Heart #7530BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.48%

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

R = 32.87%
G = 13.48%
B = 53.65%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7530BF (or 0x7530BF) is known color: Purple Heart. HEX triplet: 75, 30 and BF. RGB value is (117,48,191). Sum of RGB (Red+Green+Blue) = 117+48+191=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #7530BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530BF is #8ACF40. Grayscale: #545454. Windows color (decimal): -9097025 or 12529781. OLE color: 12529781.

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

Color convert

RGB 117 48 191 -
CMYK 0.39 0.75 0 0.25
HSL 268.95º 0.6% 0.47% -
HSV(B) 268.95º 0.75% 0.75% -
XYZ 17.8 9.66 50.22 -
YUV 84.93 187.86 150.87 -
System Red Green Blue C M Y K H S L
Decimal 117 48 191 0.39 0.75 0 0.25 268.95 0.6 0.47
Hex 75 30 BF 27 4B 0 19 10D 3C 2F
Octal 165 60 277 47 113 0 31 415 74 57
Binary 1110101 110000 10111111 100111 1001011 0 11001 100001101 111100 101111

Color Harmonies of #7530BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530BF

Black with #7530BF

Text Example


Text Example

White with #7530BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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