Html Css Color HEX #753DD2 Purple Heart

📋 copy color: '#753DD2'

red 117 ◦ green 61 ◦ blue 210

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

Shades of Purple Heart #753DD2

Tints of Purple Heart #753DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.72%

 BLUE value IS 210 (82.42% from 255) = 54.12%

R = 30.15%
G = 15.72%
B = 54.12%

CMYK

 C value IS 0.44

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#753DD2 (or 0x753DD2) is known color: Purple Heart. HEX triplet: 75, 3D and D2. RGB value is (117,61,210). Sum of RGB (Red+Green+Blue) = 117+61+210=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #753DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DD2 is #8AC22D. Grayscale: #5E5E5E. Windows color (decimal): -9093678 or 13778293. OLE color: 13778293.

HSL color Cylindrical-coordinate representation of color #753DD2: hue angle of 262.55º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753DD2 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 61 210 -
CMYK 0.44 0.71 0 0.18
HSL 262.55º 0.62% 0.53% -
HSV(B) 262.55º 0.71% 0.82% -
XYZ 20.64 11.77 62.16 -
YUV 94.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 117 61 210 0.44 0.71 0 0.18 262.55 0.62 0.53
Hex 75 3D D2 2C 47 0 12 107 3E 35
Octal 165 75 322 54 107 0 22 407 76 65
Binary 1110101 111101 11010010 101100 1000111 0 10010 100000111 111110 110101

Color Harmonies of #753DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DD2

Black with #753DD2

Text Example


Text Example

White with #753DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,210); }

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

background-color css

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

 a { background-color: rgb(117,61,210); }

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

border-color css

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

 span { border-color: rgb(117,61,210); }

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