Html Css Color HEX #752ABA Purple Heart

📋 copy color: '#752ABA'

red 117 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #752ABA

Tints of Purple Heart #752ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 33.91%
G = 12.17%
B = 53.91%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#752ABA (or 0x752ABA) is known color: Purple Heart. HEX triplet: 75, 2A and BA. RGB value is (117,42,186). Sum of RGB (Red+Green+Blue) = 117+42+186=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #752ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ABA is #8AD545. Grayscale: #505050. Windows color (decimal): -9098566 or 12200565. OLE color: 12200565.

HSL color Cylindrical-coordinate representation of color #752ABA: hue angle of 271.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752ABA is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 42 186 -
CMYK 0.37 0.77 0 0.27
HSL 271.25º 0.63% 0.45% -
HSV(B) 271.25º 0.77% 0.73% -
XYZ 17.03 8.98 47.29 -
YUV 80.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 117 42 186 0.37 0.77 0 0.27 271.25 0.63 0.45
Hex 75 2A BA 25 4D 0 1B 10F 3F 2D
Octal 165 52 272 45 115 0 33 417 77 55
Binary 1110101 101010 10111010 100101 1001101 0 11011 100001111 111111 101101

Color Harmonies of #752ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ABA

Black with #752ABA

Text Example


Text Example

White with #752ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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