Html Css Color HEX #752CB6 Purple Heart

📋 copy color: '#752CB6'

red 117 ◦ green 44 ◦ blue 182

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

Shades of Purple Heart #752CB6

Tints of Purple Heart #752CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.06%

R = 34.11%
G = 12.83%
B = 53.06%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#752CB6 (or 0x752CB6) is known color: Purple Heart. HEX triplet: 75, 2C and B6. RGB value is (117,44,182). Sum of RGB (Red+Green+Blue) = 117+44+182=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #752CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CB6 is #8AD349. Grayscale: #515151. Windows color (decimal): -9098058 or 11938933. OLE color: 11938933.

HSL color Cylindrical-coordinate representation of color #752CB6: hue angle of 271.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752CB6 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 44 182 -
CMYK 0.36 0.76 0 0.29
HSL 271.74º 0.61% 0.44% -
HSV(B) 271.74º 0.76% 0.71% -
XYZ 16.68 8.96 45.11 -
YUV 81.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 117 44 182 0.36 0.76 0 0.29 271.74 0.61 0.44
Hex 75 2C B6 24 4C 0 1D 110 3D 2C
Octal 165 54 266 44 114 0 35 420 75 54
Binary 1110101 101100 10110110 100100 1001100 0 11101 100010000 111101 101100

Color Harmonies of #752CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CB6

Black with #752CB6

Text Example


Text Example

White with #752CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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