Html Css Color HEX #753CD3 Purple Heart

📋 copy color: '#753CD3'

red 117 ◦ green 60 ◦ blue 211

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

Shades of Purple Heart #753CD3

Tints of Purple Heart #753CD3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.46%

 BLUE value IS 211 (82.81% from 255) = 54.38%

R = 30.15%
G = 15.46%
B = 54.38%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#753CD3 (or 0x753CD3) is known color: Purple Heart. HEX triplet: 75, 3C and D3. RGB value is (117,60,211). Sum of RGB (Red+Green+Blue) = 117+60+211=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #753CD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CD3 is #8AC32C. Grayscale: #5D5D5D. Windows color (decimal): -9093933 or 13843573. OLE color: 13843573.

HSL color Cylindrical-coordinate representation of color #753CD3: hue angle of 262.65º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753CD3 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 60 211 -
CMYK 0.45 0.72 0 0.17
HSL 262.65º 0.63% 0.53% -
HSV(B) 262.65º 0.72% 0.83% -
XYZ 20.71 11.72 62.8 -
YUV 94.26 193.88 144.22 -
System Red Green Blue C M Y K H S L
Decimal 117 60 211 0.45 0.72 0 0.17 262.65 0.63 0.53
Hex 75 3C D3 2D 48 0 11 107 3F 35
Octal 165 74 323 55 110 0 21 407 77 65
Binary 1110101 111100 11010011 101101 1001000 0 10001 100000111 111111 110101

Color Harmonies of #753CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CD3

Black with #753CD3

Text Example


Text Example

White with #753CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753CD3; }

 p { color: rgb(117,60,211); }

 H1.HeaderClassName
 {
   color: #753CD3;
 }
 .AnyTagClassName
 {
   color: #753CD3;
 }
</style>

background-color css

<style>
 a { background-color: #753CD3; }

 a { background-color: rgb(117,60,211); }

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

border-color css

<style>
 span { border-color: #753CD3; }

 span { border-color: rgb(117,60,211); }

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