Html Css Color HEX #752FBF Purple Heart

📋 copy color: '#752FBF'

red 117 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #752FBF

Tints of Purple Heart #752FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.24%

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

R = 32.96%
G = 13.24%
B = 53.8%

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

#752FBF (or 0x752FBF) is known color: Purple Heart. HEX triplet: 75, 2F and BF. RGB value is (117,47,191). Sum of RGB (Red+Green+Blue) = 117+47+191=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #752FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FBF is #8AD040. Grayscale: #535353. Windows color (decimal): -9097281 or 12529525. OLE color: 12529525.

HSL color Cylindrical-coordinate representation of color #752FBF: hue angle of 269.17º degrees, saturation: 0.61, 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 #752FBF is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 47 191 -
CMYK 0.39 0.75 0 0.25
HSL 269.17º 0.61% 0.47% -
HSV(B) 269.17º 0.75% 0.75% -
XYZ 17.76 9.58 50.2 -
YUV 84.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 117 47 191 0.39 0.75 0 0.25 269.17 0.61 0.47
Hex 75 2F BF 27 4B 0 19 10D 3D 2F
Octal 165 57 277 47 113 0 31 415 75 57
Binary 1110101 101111 10111111 100111 1001011 0 11001 100001101 111101 101111

Color Harmonies of #752FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FBF

Black with #752FBF

Text Example


Text Example

White with #752FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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