Html Css Color HEX #752ABF Purple Heart

📋 copy color: '#752ABF'

red 117 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #752ABF

Tints of Purple Heart #752ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12%

 BLUE value IS 191 (75% from 255) = 54.57%

R = 33.43%
G = 12%
B = 54.57%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#752ABF (or 0x752ABF) is known color: Purple Heart. HEX triplet: 75, 2A and BF. RGB value is (117,42,191). Sum of RGB (Red+Green+Blue) = 117+42+191=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #752ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ABF is #8AD540. Grayscale: #505050. Windows color (decimal): -9098561 or 12528245. OLE color: 12528245.

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

Color convert

RGB 117 42 191 -
CMYK 0.39 0.78 0 0.25
HSL 270.2º 0.64% 0.46% -
HSV(B) 270.2º 0.78% 0.75% -
XYZ 17.57 9.2 50.14 -
YUV 81.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 117 42 191 0.39 0.78 0 0.25 270.2 0.64 0.46
Hex 75 2A BF 27 4E 0 19 10E 40 2E
Octal 165 52 277 47 116 0 31 416 100 56
Binary 1110101 101010 10111111 100111 1001110 0 11001 100001110 1000000 101110

Color Harmonies of #752ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ABF

Black with #752ABF

Text Example


Text Example

White with #752ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,42,191); }

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

background-color css

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

 a { background-color: rgb(117,42,191); }

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

border-color css

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

 span { border-color: rgb(117,42,191); }

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