Html Css Color HEX #753CD2 Purple Heart

📋 copy color: '#753CD2'

red 117 ◦ green 60 ◦ blue 210

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

Shades of Purple Heart #753CD2

Tints of Purple Heart #753CD2

RGB

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

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

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

R = 30.23%
G = 15.5%
B = 54.26%

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

#753CD2 (or 0x753CD2) is known color: Purple Heart. HEX triplet: 75, 3C and D2. RGB value is (117,60,210). Sum of RGB (Red+Green+Blue) = 117+60+210=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #753CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CD2 is #8AC32D. Grayscale: #5D5D5D. Windows color (decimal): -9093934 or 13778037. OLE color: 13778037.

HSL color Cylindrical-coordinate representation of color #753CD2: hue angle of 262.8º 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 #753CD2 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 60 210 -
CMYK 0.44 0.71 0 0.18
HSL 262.8º 0.63% 0.53% -
HSV(B) 262.8º 0.71% 0.82% -
XYZ 20.58 11.67 62.14 -
YUV 94.14 193.38 144.3 -
System Red Green Blue C M Y K H S L
Decimal 117 60 210 0.44 0.71 0 0.18 262.8 0.63 0.53
Hex 75 3C D2 2C 47 0 12 107 3E 35
Octal 165 74 322 54 107 0 22 407 76 65
Binary 1110101 111100 11010010 101100 1000111 0 10010 100000111 111110 110101

Color Harmonies of #753CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CD2

Black with #753CD2

Text Example


Text Example

White with #753CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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