Html Css Color HEX #753FC9 Purple Heart

📋 copy color: '#753FC9'

red 117 ◦ green 63 ◦ blue 201

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

Shades of Purple Heart #753FC9

Tints of Purple Heart #753FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 30.71%
G = 16.54%
B = 52.76%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#753FC9 (or 0x753FC9) is known color: Purple Heart. HEX triplet: 75, 3F and C9. RGB value is (117,63,201). Sum of RGB (Red+Green+Blue) = 117+63+201=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #753FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FC9 is #8AC036. Grayscale: #5E5E5E. Windows color (decimal): -9093175 or 13188981. OLE color: 13188981.

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

Color convert

RGB 117 63 201 -
CMYK 0.42 0.69 0 0.21
HSL 263.48º 0.56% 0.52% -
HSV(B) 263.48º 0.69% 0.79% -
XYZ 19.66 11.55 56.45 -
YUV 94.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 117 63 201 0.42 0.69 0 0.21 263.48 0.56 0.52
Hex 75 3F C9 2A 45 0 15 107 38 34
Octal 165 77 311 52 105 0 25 407 70 64
Binary 1110101 111111 11001001 101010 1000101 0 10101 100000111 111000 110100

Color Harmonies of #753FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753FC9

Black with #753FC9

Text Example


Text Example

White with #753FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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