Html Css Color HEX #753ECF Purple Heart

📋 copy color: '#753ECF'

red 117 ◦ green 62 ◦ blue 207

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

Shades of Purple Heart #753ECF

Tints of Purple Heart #753ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 30.31%
G = 16.06%
B = 53.63%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#753ECF (or 0x753ECF) is known color: Purple Heart. HEX triplet: 75, 3E and CF. RGB value is (117,62,207). Sum of RGB (Red+Green+Blue) = 117+62+207=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #753ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ECF is #8AC130. Grayscale: #5E5E5E. Windows color (decimal): -9093425 or 13581941. OLE color: 13581941.

HSL color Cylindrical-coordinate representation of color #753ECF: hue angle of 262.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753ECF is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 62 207 -
CMYK 0.43 0.70 0 0.19
HSL 262.76º 0.6% 0.53% -
HSV(B) 262.76º 0.7% 0.81% -
XYZ 20.32 11.73 60.22 -
YUV 94.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 117 62 207 0.43 0.70 0 0.19 262.76 0.6 0.53
Hex 75 3E CF 2B 46 0 13 107 3C 35
Octal 165 76 317 53 106 0 23 407 74 65
Binary 1110101 111110 11001111 101011 1000110 0 10011 100000111 111100 110101

Color Harmonies of #753ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753ECF

Black with #753ECF

Text Example


Text Example

White with #753ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,62,207); }

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

background-color css

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

 a { background-color: rgb(117,62,207); }

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

border-color css

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

 span { border-color: rgb(117,62,207); }

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