Html Css Color HEX #752EBF Purple Heart

📋 copy color: '#752EBF'

red 117 ◦ green 46 ◦ blue 191

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

Shades of Purple Heart #752EBF

Tints of Purple Heart #752EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

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

R = 33.05%
G = 12.99%
B = 53.95%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752EBF (or 0x752EBF) is known color: Purple Heart. HEX triplet: 75, 2E and BF. RGB value is (117,46,191). Sum of RGB (Red+Green+Blue) = 117+46+191=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #752EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EBF is #8AD140. Grayscale: #535353. Windows color (decimal): -9097537 or 12529269. OLE color: 12529269.

HSL color Cylindrical-coordinate representation of color #752EBF: hue angle of 269.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752EBF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 46 191 -
CMYK 0.39 0.76 0 0.25
HSL 269.38º 0.61% 0.46% -
HSV(B) 269.38º 0.76% 0.75% -
XYZ 17.72 9.5 50.19 -
YUV 83.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 117 46 191 0.39 0.76 0 0.25 269.38 0.61 0.46
Hex 75 2E BF 27 4C 0 19 10D 3D 2E
Octal 165 56 277 47 114 0 31 415 75 56
Binary 1110101 101110 10111111 100111 1001100 0 11001 100001101 111101 101110

Color Harmonies of #752EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EBF

Black with #752EBF

Text Example


Text Example

White with #752EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752EBF; }

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

 H1.HeaderClassName
 {
   color: #752EBF;
 }
 .AnyTagClassName
 {
   color: #752EBF;
 }
</style>

background-color css

<style>
 a { background-color: #752EBF; }

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

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

border-color css

<style>
 span { border-color: #752EBF; }

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

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