Html Css Color HEX #752CBE Purple Heart

📋 copy color: '#752CBE'

red 117 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #752CBE

Tints of Purple Heart #752CBE

RGB

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

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

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

R = 33.33%
G = 12.54%
B = 54.13%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752CBE (or 0x752CBE) is known color: Purple Heart. HEX triplet: 75, 2C and BE. RGB value is (117,44,190). Sum of RGB (Red+Green+Blue) = 117+44+190=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #752CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CBE is #8AD341. Grayscale: #515151. Windows color (decimal): -9098050 or 12463221. OLE color: 12463221.

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

Color convert

RGB 117 44 190 -
CMYK 0.38 0.77 0 0.25
HSL 270º 0.62% 0.46% -
HSV(B) 270º 0.77% 0.75% -
XYZ 17.53 9.3 49.59 -
YUV 82.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 117 44 190 0.38 0.77 0 0.25 270 0.62 0.46
Hex 75 2C BE 26 4D 0 19 10E 3E 2E
Octal 165 54 276 46 115 0 31 416 76 56
Binary 1110101 101100 10111110 100110 1001101 0 11001 100001110 111110 101110

Color Harmonies of #752CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752CBE

Black with #752CBE

Text Example


Text Example

White with #752CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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