Html Css Color HEX #753CC7 Purple Heart

📋 copy color: '#753CC7'

red 117 ◦ green 60 ◦ blue 199

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

Shades of Purple Heart #753CC7

Tints of Purple Heart #753CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.93%

R = 31.12%
G = 15.96%
B = 52.93%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#753CC7 (or 0x753CC7) is known color: Purple Heart. HEX triplet: 75, 3C and C7. RGB value is (117,60,199). Sum of RGB (Red+Green+Blue) = 117+60+199=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 199 (78.12% from 255 or 52.93% from 376); Max value from RGB is 199 - color contains mainly: blue. Hex color #753CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CC7 is #8AC338. Grayscale: #5C5C5C. Windows color (decimal): -9093945 or 13057141. OLE color: 13057141.

HSL color Cylindrical-coordinate representation of color #753CC7: hue angle of 264.6º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #753CC7 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 60 199 -
CMYK 0.41 0.70 0 0.22
HSL 264.6º 0.55% 0.51% -
HSV(B) 264.6º 0.7% 0.78% -
XYZ 19.26 11.14 55.17 -
YUV 92.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 117 60 199 0.41 0.70 0 0.22 264.6 0.55 0.51
Hex 75 3C C7 29 46 0 16 109 37 33
Octal 165 74 307 51 106 0 26 411 67 63
Binary 1110101 111100 11000111 101001 1000110 0 10110 100001001 110111 110011

Color Harmonies of #753CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CC7

Black with #753CC7

Text Example


Text Example

White with #753CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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