Html Css Color HEX #752CBC Purple Heart

📋 copy color: '#752CBC'

red 117 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #752CBC

Tints of Purple Heart #752CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.61%

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

R = 33.52%
G = 12.61%
B = 53.87%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#752CBC (or 0x752CBC) is known color: Purple Heart. HEX triplet: 75, 2C and BC. RGB value is (117,44,188). Sum of RGB (Red+Green+Blue) = 117+44+188=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #752CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CBC is #8AD343. Grayscale: #515151. Windows color (decimal): -9098052 or 12332149. OLE color: 12332149.

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

Color convert

RGB 117 44 188 -
CMYK 0.38 0.77 0 0.26
HSL 270.42º 0.62% 0.45% -
HSV(B) 270.42º 0.77% 0.74% -
XYZ 17.31 9.21 48.44 -
YUV 82.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 117 44 188 0.38 0.77 0 0.26 270.42 0.62 0.45
Hex 75 2C BC 26 4D 0 1A 10E 3E 2D
Octal 165 54 274 46 115 0 32 416 76 55
Binary 1110101 101100 10111100 100110 1001101 0 11010 100001110 111110 101101

Color Harmonies of #752CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CBC

Black with #752CBC

Text Example


Text Example

White with #752CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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