Html Css Color HEX #753EC8 Purple Heart

📋 copy color: '#753EC8'

red 117 ◦ green 62 ◦ blue 200

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

Shades of Purple Heart #753EC8

Tints of Purple Heart #753EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

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

R = 30.87%
G = 16.36%
B = 52.77%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#753EC8 (or 0x753EC8) is known color: Purple Heart. HEX triplet: 75, 3E and C8. RGB value is (117,62,200). Sum of RGB (Red+Green+Blue) = 117+62+200=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #753EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EC8 is #8AC137. Grayscale: #5D5D5D. Windows color (decimal): -9093432 or 13123189. OLE color: 13123189.

HSL color Cylindrical-coordinate representation of color #753EC8: hue angle of 263.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753EC8 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 62 200 -
CMYK 0.42 0.69 0 0.22
HSL 263.91º 0.56% 0.51% -
HSV(B) 263.91º 0.69% 0.78% -
XYZ 19.48 11.4 55.82 -
YUV 94.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 117 62 200 0.42 0.69 0 0.22 263.91 0.56 0.51
Hex 75 3E C8 2A 45 0 16 108 38 33
Octal 165 76 310 52 105 0 26 410 70 63
Binary 1110101 111110 11001000 101010 1000101 0 10110 100001000 111000 110011

Color Harmonies of #753EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EC8

Black with #753EC8

Text Example


Text Example

White with #753EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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