Html Css Color HEX #753CC6 Purple Heart

📋 copy color: '#753CC6'

red 117 ◦ green 60 ◦ blue 198

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

Shades of Purple Heart #753CC6

Tints of Purple Heart #753CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.8%

R = 31.2%
G = 16%
B = 52.8%

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

#753CC6 (or 0x753CC6) is known color: Purple Heart. HEX triplet: 75, 3C and C6. RGB value is (117,60,198). Sum of RGB (Red+Green+Blue) = 117+60+198=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #753CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CC6 is #8AC339. Grayscale: #5C5C5C. Windows color (decimal): -9093946 or 12991605. OLE color: 12991605.

HSL color Cylindrical-coordinate representation of color #753CC6: hue angle of 264.78º 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 #753CC6 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 60 198 -
CMYK 0.41 0.70 0 0.22
HSL 264.78º 0.55% 0.51% -
HSV(B) 264.78º 0.7% 0.78% -
XYZ 19.15 11.09 54.56 -
YUV 92.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 117 60 198 0.41 0.70 0 0.22 264.78 0.55 0.51
Hex 75 3C C6 29 46 0 16 109 37 33
Octal 165 74 306 51 106 0 26 411 67 63
Binary 1110101 111100 11000110 101001 1000110 0 10110 100001001 110111 110011

Color Harmonies of #753CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CC6

Black with #753CC6

Text Example


Text Example

White with #753CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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