Html Css Color HEX #752DBE Purple Heart

📋 copy color: '#752DBE'

red 117 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #752DBE

Tints of Purple Heart #752DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.78%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 33.24%
G = 12.78%
B = 53.98%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752DBE (or 0x752DBE) is known color: Purple Heart. HEX triplet: 75, 2D and BE. RGB value is (117,45,190). Sum of RGB (Red+Green+Blue) = 117+45+190=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #752DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752DBE is #8AD241. Grayscale: #525252. Windows color (decimal): -9097794 or 12463477. OLE color: 12463477.

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

Color convert

RGB 117 45 190 -
CMYK 0.38 0.76 0 0.25
HSL 269.79º 0.62% 0.46% -
HSV(B) 269.79º 0.76% 0.75% -
XYZ 17.57 9.38 49.6 -
YUV 83.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 117 45 190 0.38 0.76 0 0.25 269.79 0.62 0.46
Hex 75 2D BE 26 4C 0 19 10E 3E 2E
Octal 165 55 276 46 114 0 31 416 76 56
Binary 1110101 101101 10111110 100110 1001100 0 11001 100001110 111110 101110

Color Harmonies of #752DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752DBE

Black with #752DBE

Text Example


Text Example

White with #752DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,190); }

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

background-color css

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

 a { background-color: rgb(117,45,190); }

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

border-color css

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

 span { border-color: rgb(117,45,190); }

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