Html Css Color HEX #752FBC Purple Heart

📋 copy color: '#752FBC'

red 117 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #752FBC

Tints of Purple Heart #752FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 33.24%
G = 13.35%
B = 53.41%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#752FBC (or 0x752FBC) is known color: Purple Heart. HEX triplet: 75, 2F and BC. RGB value is (117,47,188). Sum of RGB (Red+Green+Blue) = 117+47+188=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #752FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FBC is #8AD043. Grayscale: #535353. Windows color (decimal): -9097284 or 12332917. OLE color: 12332917.

HSL color Cylindrical-coordinate representation of color #752FBC: hue angle of 269.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752FBC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 47 188 -
CMYK 0.38 0.75 0 0.26
HSL 269.79º 0.6% 0.46% -
HSV(B) 269.79º 0.75% 0.74% -
XYZ 17.43 9.45 48.48 -
YUV 84 186.69 151.54 -
System Red Green Blue C M Y K H S L
Decimal 117 47 188 0.38 0.75 0 0.26 269.79 0.6 0.46
Hex 75 2F BC 26 4B 0 1A 10E 3C 2E
Octal 165 57 274 46 113 0 32 416 74 56
Binary 1110101 101111 10111100 100110 1001011 0 11010 100001110 111100 101110

Color Harmonies of #752FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752FBC

Black with #752FBC

Text Example


Text Example

White with #752FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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