Html Css Color HEX #753ACD Purple Heart

📋 copy color: '#753ACD'

red 117 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #753ACD

Tints of Purple Heart #753ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

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

R = 30.79%
G = 15.26%
B = 53.95%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#753ACD (or 0x753ACD) is known color: Purple Heart. HEX triplet: 75, 3A and CD. RGB value is (117,58,205). Sum of RGB (Red+Green+Blue) = 117+58+205=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #753ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ACD is #8AC532. Grayscale: #5B5B5B. Windows color (decimal): -9094451 or 13449845. OLE color: 13449845.

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

Color convert

RGB 117 58 205 -
CMYK 0.43 0.72 0 0.20
HSL 264.08º 0.6% 0.52% -
HSV(B) 264.08º 0.72% 0.8% -
XYZ 19.87 11.22 58.88 -
YUV 92.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 117 58 205 0.43 0.72 0 0.20 264.08 0.6 0.52
Hex 75 3A CD 2B 48 0 14 108 3C 34
Octal 165 72 315 53 110 0 24 410 74 64
Binary 1110101 111010 11001101 101011 1001000 0 10100 100001000 111100 110100

Color Harmonies of #753ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753ACD

Black with #753ACD

Text Example


Text Example

White with #753ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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