Html Css Color HEX #753CC8 Purple Heart

📋 copy color: '#753CC8'

red 117 ◦ green 60 ◦ blue 200

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

Shades of Purple Heart #753CC8

Tints of Purple Heart #753CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.05%

R = 31.03%
G = 15.92%
B = 53.05%

CMYK

 C value IS 0.42

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#753CC8 (or 0x753CC8) is known color: Purple Heart. HEX triplet: 75, 3C and C8. RGB value is (117,60,200). Sum of RGB (Red+Green+Blue) = 117+60+200=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #753CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CC8 is #8AC337. Grayscale: #5C5C5C. Windows color (decimal): -9093944 or 13122677. OLE color: 13122677.

HSL color Cylindrical-coordinate representation of color #753CC8: hue angle of 264.43º degrees, saturation: 0.56, 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 #753CC8 is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 60 200 -
CMYK 0.42 0.7 0 0.22
HSL 264.43º 0.56% 0.51% -
HSV(B) 264.43º 0.7% 0.78% -
XYZ 19.38 11.18 55.78 -
YUV 93 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 117 60 200 0.42 0.7 0 0.22 264.43 0.56 0.51
Hex 75 3C C8 2A 46 0 16 108 38 33
Octal 165 74 310 52 106 0 26 410 70 63
Binary 1110101 111100 11001000 101010 1000110 0 10110 100001000 111000 110011

Color Harmonies of #753CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753CC8

Black with #753CC8

Text Example


Text Example

White with #753CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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