Html Css Color HEX #753DBF Purple Heart

📋 copy color: '#753DBF'

red 117 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #753DBF

Tints of Purple Heart #753DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 31.71%
G = 16.53%
B = 51.76%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#753DBF (or 0x753DBF) is known color: Purple Heart. HEX triplet: 75, 3D and BF. RGB value is (117,61,191). Sum of RGB (Red+Green+Blue) = 117+61+191=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #753DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DBF is #8AC240. Grayscale: #5C5C5C. Windows color (decimal): -9093697 or 12533109. OLE color: 12533109.

HSL color Cylindrical-coordinate representation of color #753DBF: hue angle of 265.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753DBF is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 61 191 -
CMYK 0.39 0.68 0 0.25
HSL 265.85º 0.52% 0.49% -
HSV(B) 265.85º 0.68% 0.75% -
XYZ 18.41 10.88 50.42 -
YUV 92.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 117 61 191 0.39 0.68 0 0.25 265.85 0.52 0.49
Hex 75 3D BF 27 44 0 19 10A 34 31
Octal 165 75 277 47 104 0 31 412 64 61
Binary 1110101 111101 10111111 100111 1000100 0 11001 100001010 110100 110001

Color Harmonies of #753DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753DBF

Black with #753DBF

Text Example


Text Example

White with #753DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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