Html Css Color HEX #753DB9 Purple Heart

📋 copy color: '#753DB9'

red 117 ◦ green 61 ◦ blue 185

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

Shades of Purple Heart #753DB9

Tints of Purple Heart #753DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 32.23%
G = 16.8%
B = 50.96%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#753DB9 (or 0x753DB9) is known color: Purple Heart. HEX triplet: 75, 3D and B9. RGB value is (117,61,185). Sum of RGB (Red+Green+Blue) = 117+61+185=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #753DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DB9 is #8AC246. Grayscale: #5B5B5B. Windows color (decimal): -9093703 or 12139893. OLE color: 12139893.

HSL color Cylindrical-coordinate representation of color #753DB9: hue angle of 267.1º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753DB9 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 61 185 -
CMYK 0.37 0.67 0 0.27
HSL 267.1º 0.5% 0.48% -
HSV(B) 267.1º 0.67% 0.73% -
XYZ 17.76 10.62 47.01 -
YUV 91.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 117 61 185 0.37 0.67 0 0.27 267.1 0.5 0.48
Hex 75 3D B9 25 43 0 1B 10B 32 30
Octal 165 75 271 45 103 0 33 413 62 60
Binary 1110101 111101 10111001 100101 1000011 0 11011 100001011 110010 110000

Color Harmonies of #753DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DB9

Black with #753DB9

Text Example


Text Example

White with #753DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,185); }

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

background-color css

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

 a { background-color: rgb(117,61,185); }

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

border-color css

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

 span { border-color: rgb(117,61,185); }

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