Html Css Color HEX #753CC9 Purple Heart

📋 copy color: '#753CC9'

red 117 ◦ green 60 ◦ blue 201

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

Shades of Purple Heart #753CC9

Tints of Purple Heart #753CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 30.95%
G = 15.87%
B = 53.17%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#753CC9 (or 0x753CC9) is known color: Purple Heart. HEX triplet: 75, 3C and C9. RGB value is (117,60,201). Sum of RGB (Red+Green+Blue) = 117+60+201=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #753CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CC9 is #8AC336. Grayscale: #5C5C5C. Windows color (decimal): -9093943 or 13188213. OLE color: 13188213.

HSL color Cylindrical-coordinate representation of color #753CC9: hue angle of 264.26º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753CC9 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 60 201 -
CMYK 0.42 0.70 0 0.21
HSL 264.26º 0.57% 0.51% -
HSV(B) 264.26º 0.7% 0.79% -
XYZ 19.49 11.23 56.4 -
YUV 93.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 117 60 201 0.42 0.70 0 0.21 264.26 0.57 0.51
Hex 75 3C C9 2A 46 0 15 108 39 33
Octal 165 74 311 52 106 0 25 410 71 63
Binary 1110101 111100 11001001 101010 1000110 0 10101 100001000 111001 110011

Color Harmonies of #753CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CC9

Black with #753CC9

Text Example


Text Example

White with #753CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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