Html Css Color HEX #752EB6 Purple Heart

📋 copy color: '#752EB6'

red 117 ◦ green 46 ◦ blue 182

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

Shades of Purple Heart #752EB6

Tints of Purple Heart #752EB6

RGB

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

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

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

R = 33.91%
G = 13.33%
B = 52.75%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#752EB6 (or 0x752EB6) is known color: Purple Heart. HEX triplet: 75, 2E and B6. RGB value is (117,46,182). Sum of RGB (Red+Green+Blue) = 117+46+182=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #752EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752EB6 is #8AD149. Grayscale: #525252. Windows color (decimal): -9097546 or 11939445. OLE color: 11939445.

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

Color convert

RGB 117 46 182 -
CMYK 0.36 0.75 0 0.29
HSL 271.32º 0.6% 0.45% -
HSV(B) 271.32º 0.75% 0.71% -
XYZ 16.76 9.11 45.13 -
YUV 82.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 117 46 182 0.36 0.75 0 0.29 271.32 0.6 0.45
Hex 75 2E B6 24 4B 0 1D 10F 3C 2D
Octal 165 56 266 44 113 0 35 417 74 55
Binary 1110101 101110 10110110 100100 1001011 0 11101 100001111 111100 101101

Color Harmonies of #752EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752EB6

Black with #752EB6

Text Example


Text Example

White with #752EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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