Html Css Color HEX #752ABD Purple Heart

📋 copy color: '#752ABD'

red 117 ◦ green 42 ◦ blue 189

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

Shades of Purple Heart #752ABD

Tints of Purple Heart #752ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.31%

R = 33.62%
G = 12.07%
B = 54.31%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#752ABD (or 0x752ABD) is known color: Purple Heart. HEX triplet: 75, 2A and BD. RGB value is (117,42,189). Sum of RGB (Red+Green+Blue) = 117+42+189=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #752ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ABD is #8AD542. Grayscale: #505050. Windows color (decimal): -9098563 or 12397173. OLE color: 12397173.

HSL color Cylindrical-coordinate representation of color #752ABD: hue angle of 270.61º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752ABD is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 42 189 -
CMYK 0.38 0.78 0 0.26
HSL 270.61º 0.64% 0.45% -
HSV(B) 270.61º 0.78% 0.74% -
XYZ 17.35 9.11 48.99 -
YUV 81.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 117 42 189 0.38 0.78 0 0.26 270.61 0.64 0.45
Hex 75 2A BD 26 4E 0 1A 10F 40 2D
Octal 165 52 275 46 116 0 32 417 100 55
Binary 1110101 101010 10111101 100110 1001110 0 11010 100001111 1000000 101101

Color Harmonies of #752ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752ABD

Black with #752ABD

Text Example


Text Example

White with #752ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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