Html Css Color HEX #753DCF Purple Heart

📋 copy color: '#753DCF'

red 117 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #753DCF

Tints of Purple Heart #753DCF

RGB

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

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

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

R = 30.39%
G = 15.84%
B = 53.77%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#753DCF (or 0x753DCF) is known color: Purple Heart. HEX triplet: 75, 3D and CF. RGB value is (117,61,207). Sum of RGB (Red+Green+Blue) = 117+61+207=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #753DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DCF is #8AC230. Grayscale: #5D5D5D. Windows color (decimal): -9093681 or 13581685. OLE color: 13581685.

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

Color convert

RGB 117 61 207 -
CMYK 0.43 0.71 0 0.19
HSL 263.01º 0.6% 0.53% -
HSV(B) 263.01º 0.71% 0.81% -
XYZ 20.27 11.62 60.21 -
YUV 94.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 117 61 207 0.43 0.71 0 0.19 263.01 0.6 0.53
Hex 75 3D CF 2B 47 0 13 107 3C 35
Octal 165 75 317 53 107 0 23 407 74 65
Binary 1110101 111101 11001111 101011 1000111 0 10011 100000111 111100 110101

Color Harmonies of #753DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DCF

Black with #753DCF

Text Example


Text Example

White with #753DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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