Html Css Color HEX #753DCD Purple Heart

📋 copy color: '#753DCD'

red 117 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #753DCD

Tints of Purple Heart #753DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 30.55%
G = 15.93%
B = 53.52%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#753DCD (or 0x753DCD) is known color: Purple Heart. HEX triplet: 75, 3D and CD. RGB value is (117,61,205). Sum of RGB (Red+Green+Blue) = 117+61+205=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #753DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DCD is #8AC232. Grayscale: #5D5D5D. Windows color (decimal): -9093683 or 13450613. OLE color: 13450613.

HSL color Cylindrical-coordinate representation of color #753DCD: hue angle of 263.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753DCD is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 61 205 -
CMYK 0.43 0.70 0 0.20
HSL 263.33º 0.59% 0.52% -
HSV(B) 263.33º 0.7% 0.8% -
XYZ 20.02 11.53 58.93 -
YUV 94.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 117 61 205 0.43 0.70 0 0.20 263.33 0.59 0.52
Hex 75 3D CD 2B 46 0 14 107 3B 34
Octal 165 75 315 53 106 0 24 407 73 64
Binary 1110101 111101 11001101 101011 1000110 0 10100 100000111 111011 110100

Color Harmonies of #753DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DCD

Black with #753DCD

Text Example


Text Example

White with #753DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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